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

camel-k operator Error with minikube #431

Closed
kameshsampath opened this issue Feb 14, 2019 · 3 comments
Closed

camel-k operator Error with minikube #431

kameshsampath opened this issue Feb 14, 2019 · 3 comments

Comments

@kameshsampath
Copy link
Contributor

kameshsampath commented Feb 14, 2019

When i try to deploy a simple route with groovy like

Platform: macOS
minikube: minikube version: v0.33.1

greeter.groovy

// a knative service endpoint
rest().post("knative:endpoint/greeter")
  .route()
    .to("log:message")

i just ran the command kamel run greeter.groovy ( i get a message saying the integration created)

I see the camel-k operator pod crashes with following error:

camel-k-operator-55445dc59c-7w5lf camel-k-operator {"level":"error","ts":1550132414.3766537,"logger":"kubebuilder.manager","msg":"Failed to get API Group-Resources","error":"Get https://10.96.0.1:443/api?timeout=32s: dial tcp 10.96.0.1:443: i/o timeout","stacktrace":"github.com/apache/camel-k/vendor/github.com/go-logr/zapr.(*zapLogger).Error\n\t/home/nferraro/gopaths/camel-k/src/github.com/apache/camel-k/vendor/github.com/go-logr/zapr/zapr.go:128\ngithub.com/apache/camel-k/vendor/sigs.k8s.io/controller-runtime/pkg/manager.New\n\t/home/nferraro/gopaths/camel-k/src/github.com/apache/camel-k/vendor/sigs.k8s.io/controller-runtime/pkg/manager/manager.go:158\nmain.main\n\t/home/nferraro/gopaths/camel-k/src/github.com/apache/camel-k/cmd/manager/main.go:89\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:198"}
@kameshsampath kameshsampath changed the title Error with minikube camel-k operator Error with minikube Feb 14, 2019
@marcus-davies
Copy link

Hi guys, Did you manage to find a solution for this?
We are having the same issue on GCP Kubernetes
Thanks

@astefanutti
Copy link
Member

Is it still an issue with the latest Camel K release?

@kameshsampath
Copy link
Contributor Author

kameshsampath commented Jul 21, 2020 via email

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

4 participants