mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-24 22:14:35 +00:00
Automatic merge from submit-queue (batch tested with PRs 59592, 62308, 62523, 62635, 62243). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add support to resize Portworx volume Signed-off-by: Harsh Desai <harsh@portworx.com> **What this PR does / why we need it**: This PR adds support in the Portworx volume plugin to expand an existing PVC. **Which issue(s) this PR fixes**: Closes #62305 **Release note**: ```release-note Add support to resize Portworx volumes. ```