Jonathan Dobson
Jonathan Dobson
**What happened**: The `Ephemeral` volume lifecycle mode is enabled by default in [csi-nfs-driverinfo.yaml](https://github.com/kubernetes-csi/csi-driver-nfs/blob/c78a98288f3d648cf9d6147fa310444a7f228640/deploy/csi-nfs-driverinfo.yaml#L10), which could surprise some admins that deploying this CSI driver allows mounting of any NFS share by...
This updates the references to CSIInlineVolume, targeting GA in 1.25. Enhancement: https://github.com/kubernetes/enhancements/issues/596 Feature gate PR: https://github.com/kubernetes/kubernetes/pull/111258 KEP: https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/596-csi-inline-volumes/README.md /hold for feature gate PR to merge
### Enhancement Description - One-line enhancement description (can be used as a release note): Provide a mechanism for fsGroup to be applied to the bind mount without the need for...
**What this PR does / why we need it**: This PR allows volume provisioning to work in two scenarios: A) Both the datacenter and the cluster have a (duplicate) region...
Each Device object has a RealDev field showing the underlying device path after resolving symlinks. GetDevMounts checks each device in the mount table against the RealDev field and only returns...
Follow up to https://github.com/openshift/origin/pull/28777 This drops the exceptions that should be fixed by: https://github.com/openshift/cluster-storage-operator/pull/470 https://github.com/openshift/vmware-vsphere-csi-driver-operator/pull/231 https://github.com/openshift/ibm-vpc-block-csi-driver-operator/pull/114 I'm hoping the presubmit jobs will tell us that they really are fixed. /cc...