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

[CSI] remove VOLUME_MOUNT_GROUP capability #2795

Open
antonmyagkov opened this issue Jan 3, 2025 · 0 comments
Open

[CSI] remove VOLUME_MOUNT_GROUP capability #2795

antonmyagkov opened this issue Jan 3, 2025 · 0 comments

Comments

@antonmyagkov
Copy link
Collaborator

Kubernetes can set volume ownership without csi driver if storage class contains fsType and csi driver doesn't implement VOLUME_MOUNT_GROUP capability

https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/csi/csi_mounter.go#L338
https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/volume_linux.go#L43

@antonmyagkov antonmyagkov reopened this Jan 17, 2025
antonmyagkov added a commit that referenced this issue Jan 17, 2025
issue: #2795

This reverts commit d371333.

The removal of the VOLUME_MOUNT_GROUP capability is not possible at this time, as we must first migrate to the new storage classes.
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

No branches or pull requests

1 participant