Skip to main content

Enabling Volume Resizing

The default PVC sizes required by AtScale's external dependencies can change from release to release. When this occurs, the upgrader will automatically resize the PVCs for you. It is therefore recommended to enable volume resizing on your cluster prior to installing AtScale.

To enable volume resizing, run the following command:

kubectl patch sc <storage_class_name> -p '{"allowVolumeExpansion": true}' 

Next Steps