Andy Zhang
Andy Zhang
> @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...
> @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,...
thanks for the PR, is there any doc about `dynamic resizing doesn't seem to be supported for STANDARD_LRS`? it's not mentioned here: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks#expand-an-azure-managed-disk
> @andyzhangx It is not explicitly stated in the document so I guess it was an overstatement to say that dynamic resizing seems to be not supported with `Standard_LRS` but...
I have removed the k8s related things, PTAL, thanks.
/test pull-azuredisk-csi-driver-external-e2e-windows
/test pull-azuredisk-csi-driver-external-e2e-windows
this command `dd if=/mnt/volume1/file1.txt` is not valid on Windows
I think `required node affinity` should work, what about `preferred node affinity`? @sunpa93 e.g. if shared disk is already attached to one node, and that node is not preferred node...
@sunpa93 thanks for the explanation, I think we should add notes somewhere that `preferred node affinity` is not applied in v2 driver for shared disk mode since v2 driver changed...