You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2018/12/19 02:53:16 UTC

[GitHub] crystaldust opened a new issue #306: The kaniko build pod failed to start

crystaldust opened a new issue #306: The kaniko build pod failed to start
URL: https://github.com/apache/camel-k/issues/306
 
 
   I installed camel-k with `kamel install` and all the language build env pods seem to fail, complaining no Dockerfile is specified, the logs look like so:
   ```bash
   $ kubectl logs camel-k-kotlin
   Error: please provide a valid path to a Dockerfile within the build context with --dockerfile
   Usage:
     executor [flags]
   ......
   ```
   
   I've checked the PersistentVolume and find that the /workspace dir is empty, seems like that the context dir('/workspace/builder-NNNN/package/context') is not created. Any ideas on this?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services