You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: