purestorage/helm-charts

Possible to have StorageClass support allowVolumeExpansion

Closed this issue · 2 comments

If a provisioned PVC is running low on space, what is the recommended approach to expanding? The current StorageClass does not specify allowVolumeExpansion: true

https://kubernetes.io/docs/concepts/storage/persistent-volumes/#expanding-persistent-volumes-claims

Would this be a possibility?

Thank you!

Volume Expansion is being added in the next quarter for PSO.

@sdodsley Thank you!