Modifying the default StorageClass

Hi,

We requires allowVolumeExpansion to be enabled on the StorageClass. Do you see any issues with updating the default gp2 StorageClass?

kubectl patch storageclass gp2 -p '{"allowVolumeExpansion": true}

Our worry is that this kind of customization may not persist during the Qovery lifecycle management activities, ex: cluster upgrade, etc.

Hello,

You are right, when your cluster will be updated, the setting will be reverted.

But after checking it seems we already enable volumeExpansion

the gp2 storage class is the one created by default by AWS but we dont use it.
Please use one created by Qovery

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.