Question about running rootless without privileged pod in EKS #22276
-
Hello, i am trying to run podman in a kubernetes cluster and facing some challenges running it as non root user and not privileged.
Rootless Podman without the privileged flag
Rootful Podman without the privileged flag
Some more info:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
cannot clone: Operation not permitted Is caused by seccomp, I would figure that you are using seccom.json from Docker/Containerd, which is blocking the CLONE syscall. Podman/CRI-O allow the syscall by default. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply @rhatdan , guess this seccomp profile is required then. |
Beta Was this translation helpful? Give feedback.
cannot clone: Operation not permitted
Is caused by seccomp, I would figure that you are using seccom.json from Docker/Containerd, which is blocking the CLONE syscall. Podman/CRI-O allow the syscall by default.