nicolaferraro commented on issue #188: Installation hangs on GKE URL: https://github.com/apache/camel-k/issues/188#issuecomment-431856688 Thanks @kasun04 for reporting this issue. Camel K has not been tried on GKE yet and such problems were expected to happen. Currently the binary data is "passed" to Kaniko through a shared PV (RWM) that is not available in all Kubernetes implementations (including GKE, I think). We can solve this issue e.g. by co-locating the kaniko builder and the maven builder pods. Another issue that we need to solve for GKE is supporting image push secrets (that are not needed on Minikube). Current support for Kubernetes is limited to Minikube at the moment. We need to fix this issue to support also GKE oob.
---------------------------------------------------------------- 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
