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

Kamel install error on Kind #3483

Closed
sybernatus opened this issue Jul 25, 2022 · 1 comment
Closed

Kamel install error on Kind #3483

sybernatus opened this issue Jul 25, 2022 · 1 comment

Comments

@sybernatus
Copy link

I have an error installing camel-k on a local kind cluster.

I just follow the official documentation.

kamel install -n default --organization phoenix

The operator installs the pod on the cluster but its failed to start with the follwing error

{
  "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 #3348

@sybernatus
Copy link
Author

My kind version was 0.11.1, upgraded it to 0.14.0 it seems to work.

Closing the issue 😸

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

1 participant