You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/02/14 08:32:07 UTC

[GitHub] kameshsampath opened a new issue #431: Error with minikube

kameshsampath opened a new issue #431: Error with minikube
URL: https://github.com/apache/camel-k/issues/431
 
 
   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 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"}
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services