Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for containers using custom uid #8

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

jairov4
Copy link

@jairov4 jairov4 commented Feb 24, 2022

Containers running with custom uid are not able to access the mounted volume due permissions error.
This fix add the permission flags at mount point level

@joschi36
Copy link

This should not be implemented, as Kubernetes already has logic for this Case built-in.

See fsGroup in SecurityContext: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants