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 2019/05/20 10:09:47 UTC

[GitHub] [camel-k] astefanutti commented on issue #665: Error creating integration context with buildStrategy: routine on minikube

astefanutti commented on issue #665: Error creating integration context with buildStrategy: routine on minikube
URL: https://github.com/apache/camel-k/issues/665#issuecomment-493923428
 
 
   The `routine` build strategy is currently not supported with the `kaniko` publish strategy. The main reason is to support different installation paths, like OLM, in addition to `kamel` CLI, that prevent creating resources like PVCs before hand.
   
   I plan to work on a `service` build strategy that would off-load the build controller in a separate service and _decorate_ the `routine` build strategy.
   
   In the meantime, we may want to improve the error handling, and fail fast when the `--build-strategy` option is set to `routine` for Kubernetes / Kaniko.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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