Matthias Urech

Results 3 comments of Matthias Urech

I have currently nine storage classes on the AKS cluster: $ kubectl get sc NAME PROVISIONER azurefile kubernetes.io/azure-file azurefile-csi file.csi.azure.com azurefile-csi-premium file.csi.azure.com azurefile-premium kubernetes.io/azure-file default (default) disk.csi.azure.com managed kubernetes.io/azure-disk managed-csi...

@andyzhangx thanks for the notice. We have aks 1.21.7 installed. Now the following storage classes are shown: $ kubectl get sc NAME PROVISIONER azurefile file.csi.azure.com azurefile-csi file.csi.azure.com azurefile-csi-premium file.csi.azure.com azurefile-premium...

@andyzhangx we are planning to upgrade from 1.20.9 to 1.21.7. We will ask teams to migrate resp. recreate persistent volumes by using the "new" storage class names "-csi". Otherwise, teams...