nicolaferraro commented on issue #194: camel-k-context-jvm, 
camel-k-context-kotlin, camel-k-context-groovy pods goes into error state when 
installing camel-k
URL: https://github.com/apache/camel-k/issues/194#issuecomment-434238783
 
 
   @shyabithd there's a new version of kaniko released yesterday. I've fixed 
the issue for 0.0.5 onwards, but you should be able to have it working on 0.0.4 
by doing:
   
   ```
   # update the Kaniko image
   eval $(minikube docker-env)
   docker pull gcr.io/kaniko-project/executor:latest
   # reinstall camel k
   kubectl delete integrationplatform camel-k
   kubectl delete delete ictx jvm groovy kotlin
   kamel install
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to