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
Trying to start a Kubernetes container with userns using the nginx official image, fails. This was reported here: containerd/containerd#10598 by @ctrox.
@ctrox also found a workaround: add "tty: true" to the kubernetes pod makes it work.
And a simpler repro: just a container with userns that runs "cat /dev/stderr" also fails with permission denied.
I guess you need to run detached (as containerd does) to hit this, otherwise it uses your shell and that probably works.