Great question from today
Is there a way to specify the storage class for the kots related PVCs at install time so it doesn’t use the cluster default one?
Great question from today
Is there a way to specify the storage class for the kots related PVCs at install time so it doesn’t use the cluster default one?
At the moment, kots will always use the default
storage class.
@jdewinne what do you think about using something like kubectl kots admin-console generate-manifests
and then modifying the storage class before deploying?
Sure. That should work. Just be aware that on upgrades you’ll have to follow the same path.