-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
userns can be set to auto in containers.conf, which is very useful to transparently enable this feature. This causes issues with volume ownership, which can be fixed by using the idmap or chown (U) option when attaching the volume to the container. Unfortunately, the client (gitlab-runner in my case) must be modified to make passing these options possible.
It would be useful if idmap (or chown) could be enabled globally, so userns=auto can be used without requiring changes to the client.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.