nicolaferraro edited a comment on issue #306: The kaniko build pod failed to start URL: https://github.com/apache/camel-k/issues/306#issuecomment-449060985 I've tried 0.1.0 on Minikube and it seems to work. It may be an old version of the operator running. Can you dump your configuration? ``` kubectl get deployment,integration,integrationcontext,integrationplatform -o yaml > dump.yaml ``` Then provide the file to check. You can also try to do a full uninstall and reinstall if there's a issue with versions (If so, we should make sure that `kamel install` always upgrade to latest version). ``` kubectl delete all,pvc,configmap,rolebindings,clusterrolebindings,secrets,sa,roles,clusterroles,crd -l 'app=camel-k' ``` Then ``` 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
