Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation hangs on GKE #188

Closed
kasun04 opened this issue Oct 22, 2018 · 4 comments
Closed

Installation hangs on GKE #188

kasun04 opened this issue Oct 22, 2018 · 4 comments

Comments

@kasun04
Copy link

kasun04 commented Oct 22, 2018

Hi @nicolaferraro ,

I'm trying to run a simple REST DSL on GKE.

  • Install Kamel on GKE -

  • kubectl get pods
    NAME READY STATUS RESTARTS AGE
    camel-k-operator-7fb9dc6fb4-88shs 0/1 Pending 0 4m

  • Looks like the camel-k-operator hangs here.

Any thoughts?

@kasun04
Copy link
Author

kasun04 commented Oct 22, 2018

More logs:

Events:
Type Reason Age From Message


Warning FailedScheduling 2m (x26 over 8m) default-scheduler PersistentVolumeClaim is not bound: "camel-k-builder" (repeated 2 times)

@nicolaferraro
Copy link
Member

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.

@kasun04
Copy link
Author

kasun04 commented Oct 22, 2018

thanks @nicolaferraro .
Does it work with Docker for mac at least?

@kasun04
Copy link
Author

kasun04 commented Oct 22, 2018

It works with Docker for mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants