Getting permission denied error when running podman 3.1.1 with root user without privilege set to true in k8 #10084
Replies: 6 comments 20 replies
-
@rhatdan Podman-in-container issue - you want to take it? |
Beta Was this translation helpful? Give feedback.
-
What is the actual command you are executing. We have been doing a lot of testing on this, and can successfully run podman rootless within a container, Running rootfull podman within a container requires --privileged still. (Or --cap-add SYS_ADMIN) But we are working to fix this. |
Beta Was this translation helpful? Give feedback.
-
@giuseppe Looks like the same problem on podman 3.1.1.? |
Beta Was this translation helpful? Give feedback.
-
could you check if #10079 works any better? Can you please share the full command used to create the parent container? |
Beta Was this translation helpful? Give feedback.
-
@rhatdan @giuseppe Can you please confirm if it is podman bug or configuration issue ? |
Beta Was this translation helpful? Give feedback.
-
@mheon @rhatdan @giuseppe I see that podman v3.2.0 is released 2 days back which could potentially resolve this issue. Any timeline on when we can have it on alpine repository https://pkgs.alpinelinux.org/packages?name=podman |
Beta Was this translation helpful? Give feedback.
-
Error: mount /home/podman/.local/share/containers/storage/overlay:/home/podman/.local/share/containers/storage/overlay, flags: 0x1000: permission denied
I am getting above error while running podman info command on podman 3.1.1 rootless in k8
uname -a
Linux test-deployment-d78b66b6d-vd2x8 5.4.0-1036-azure #38~18.04.1-Ubuntu SMP Wed Jan 6 18:26:30 UTC 2021 x86_64 Linux
Beta Was this translation helpful? Give feedback.
All reactions