sybernatus opened a new issue, #3483: URL: https://github.com/apache/camel-k/issues/3483
I have an error installing camel-k on a local kind cluster. I just follow the [official documentation](https://camel.apache.org/camel-k/1.9.x/installation/platform/kind.html). ```shell kamel install -n default --organization phoenix ``` The operator installs the pod on the cluster but its failed to start with the follwing error ```json { "level":"error", "ts":1658770414.7116885, "logger":"cmd", "msg":"failed to set GOMAXPROCS from cgroups", "error":"path \"/docker/fbe0f69663390562f6688e856f5860e0ee81600d3e9a473ba7d0f91857fa0699\" is not a descendant of mount point root \"/docker/fbe0f69663390562f6688e856f5860e0ee81600d3e9a473ba7d0f91857fa0699/kubelet\" and cannot be exposed from \"/sys/fs/cgroup/rdma/kubelet\"", "stacktrace":"github.com/apache/camel-k/pkg/cmd.(*operatorCmdOptions).run\n\tgithub.com/apache/camel-k/pkg/cmd/operator.go:57\ngithub.com/spf13/cobra.(*Command).execute\n\tgithub.com/spf13/cobra@v1.4.0/command.go:860\ngithub.com/spf13/cobra.(*Command).ExecuteC\n\tgithub.com/spf13/cobra@v1.4.0/command.go:974\ngithub.com/spf13/cobra.(*Command).Execute\n\tgithub.com/spf13/cobra@v1.4.0/command.go:902\nmain.main\n\tcommand-line-arguments/main.go:47\nruntime.main\n\truntime/proc.go:225" } ``` I have the same error on Minikube as well. Seems to be the same issue as https://github.com/apache/camel-k/issues/3348 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org