kubelet error during installation: unable to setup user: chown /dev/stdout: permission denied: unknown
#13751
Unanswered
hmz-walter
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I installed Argo Workflows in my K8s cluster, I encountered an issue with the pods
argo-server
andworkflow-controller
. The error message wasunable to setup user: chown /dev/stdout: permission denied: unknown
. Here are my steps:curl -LO "https://github.com/argoproj/argo-workflows/releases/download/v3.5.10/install.yaml"
nodeSelector
ofworkflow-controller
andargo-server
kubectl apply -n argo -f ./install.yaml
Warning Failed 21m (x5 over 23m) kubelet Error: failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: unable to setup user: chown /dev/stdout: permission denied: unknown
Beta Was this translation helpful? Give feedback.
All reactions