You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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\tgarden.eu.org/apache/camel-k/pkg/cmd/operator.go:57\ngarden.eu.org/spf13/cobra.(*Command).execute\n\tgarden.eu.org/spf13/[email protected]/command.go:860\ngarden.eu.org/spf13/cobra.(*Command).ExecuteC\n\tgarden.eu.org/spf13/[email protected]/command.go:974\ngarden.eu.org/spf13/cobra.(*Command).Execute\n\tgarden.eu.org/spf13/[email protected]/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
The text was updated successfully, but these errors were encountered:
I have an error installing camel-k on a local kind cluster.
I just follow the official documentation.
The operator installs the pod on the cluster but its failed to start with the follwing error
I have the same error on Minikube as well.
Seems to be the same issue as #3348
The text was updated successfully, but these errors were encountered: