Description of problem: azure-disk-csi-driver-operator uses the same storage type in the sc created by it as the default sc? Version-Release number of selected component (if applicable): 4.8.0-0.nightly-2021-04-08-200632 How reproducible: Always Steps to Reproduce: 1. Set Up an OCP4.8 cluster on Azure 2. Enable TechPreviewNoUpgrade featureset 3. Check the storageclass created by azure disk csi driver operator Actual results: $ oc describe sc managed-csi Name: managed-csi IsDefaultClass: No Annotations: <none> Provisioner: disk.csi.azure.com Parameters: skuname=StandardSSD_LRS <--skip-- > $ oc describe sc managed-premium Name: managed-premium IsDefaultClass: Yes Annotations: storageclass.kubernetes.io/is-default-class=true Provisioner: kubernetes.io/azure-disk Parameters: kind=Managed,storageaccounttype=Premium_LRS <--skip---> In the default sc, the storage type is “Premium_LRS”, in the sc created by azure disk csi driver operator, the storage type is “StandardSSD_LRS”. Expected results: For the same user experience, I'd like to use the same storage type by default.
Verified with: 4.8.0-0.nightly-2021-04-13-171608
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438