Can someone explain me how relative idmaps work? #24158
Unanswered
PieterHagedoorn
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
-
So, I have a pod with nextcloud and syncthing. I want syncthing and nextcloud to both have read and write access to a shared volume, where my data lives. I thus want to use idmapping to make the primary user inside each container have the same read and write rights on the host. Syncthing runs as uid=1000 and nextcloud as uid=82. The uid of the host user is 1000. I am running in rootless mode. This is the kube file that I came up with (simplified):
When I try to run this, I get the following error:
What does this mean? Am I doing something wrong or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions