Tags: azure, persistence


Kublr provisions an Azure cluster with a default Azure Storage Class, which results in dynamically provisioned managed disks created in the same resource group as the cluster.


In some situations it may be desirable to change this or other default storage class parameters (for example a default resource group for the managed disks may need to be changed if you want to avoid removing the dynamically provisioned PVC disks together with the cluster when the cluster is deleted).


The default storage class parameters may be changed via the cluster specification in the "kublr-system" feature values as follows:

spec:
  features:
    system:
      values:
        storageClass:
          azure:
            parameters:
              resourceGroup: <GROUP-NAME>