Andy Zhang

Results 651 comments of Andy Zhang

dummy resize is already supported in v4.10.0 version by https://github.com/kubernetes-csi/csi-driver-nfs/pull/811

seems your kubelet dir is not under /var/lib/kubelet, you need to specify `--set kubeletDir="..."` in helm chart install, follow guide here: https://github.com/kubernetes-csi/csi-driver-nfs/tree/master/charts#tips

@ashwajce could you provide the kubelet logs on that node in problem? have you set any securityContext in pod? this issue could be related to slow chown operation if you...

this driver would use workload identity to get access keys, if you don't want to use access keys, you could follow this example: [Mount an azure blob storage with a...

if you use the example(https://github.com/qxsch/Azure-Aks/tree/master/aks-blobfuse-mi), it would always mount with managed identity auth instead of account key, the key part is `AzureStorageAuthType: MSI` ``` volumeAttributes: protocol: fuse resourceGroup: aks-fuseblob-mi storageAccount:...

this is fixed by https://github.com/kubernetes-sigs/blob-csi-driver/pull/1798, I will publish a new release this week.

pls try with this link: https://github.com/kubernetes-csi/csi-driver-nfs/tree/master/charts#install-driver-with-customized-driver-name-deployment-name,

you need to test by yourself, I have not done that yet, pls verify and update whether there is any issue, thx.

is `windows-2025` already supported in capz config? ``` - name: WINDOWS_SERVER_VERSION value: "windows-2025" ```