The procedure below can be used in case Storage Class used supports volume expansion, which you can check with: k get storageclass $STORAGE_CLASS_NAME -o yaml | grep allowVolumeExpansion If above command returns true, you can proceed with editing each PVC...