Sunny
Sunny
**What type of PR is this?** > Uncomment only one ` /kind ` line, hit enter to put that in a new line, and remove leading whitespaces from that line:...
### Enhancement Description - One-line enhancement description (can be used as a release note): An extension to the Kubernetes Persistent Volume API to allow users to dynamically control volume options...
- One-line PR description: Update KEP-3751 VolumeAttributesClass Finazlier Management Design - Issue link: https://github.com/kubernetes/kubernetes/issues/119298#issuecomment-1960594431 - Other comments: discussed in [Kubernetes CSI Implementation Meeting](https://docs.google.com/document/d/1_hvq3nleqQEYatH9V_Gfep39jMzaFJRSN2ioA0PFq-Q/edit?tab=t.0#bookmark=id.f7jtik9ajm64)
**Is your feature request related to a problem?/Why is this needed** There are some final discussions around the exact wording of the Spec in https://github.com/container-storage-interface/spec/pull/544, this issue is created to...
There are a few different tasks: 1. Refactor the test files for external-resizer as comment in [PR](https://github.com/kubernetes-csi/external-resizer/pull/351/files) 2. Add more unit tests to cover error cases in [this discussion](https://kubernetes.slack.com/archives/C0615MXEYDU/p1706132168286789) 3....
The script does not update some rc dependencies like k8s.io/apiserver v0.26.0-rc.0 in https://github.com/kubernetes-csi/external-provisioner/pull/834 and the k8s.io/component-base v0.25.4 in https://github.com/kubernetes-csi/lib-volume-populator/pull/61 /kind bug
sig-storage added the support for ControllerModifyVolume in [kep-3751](https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/3751-volume-attributes-class)(still an alpha feature). This [feature](https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/) adds the support of modifying certain volume parameters after volume creation in Kubernetes. gcp-compute-persistent-disk-csi-driver should support this...