Andy Zhang
Andy Zhang
does the pv example work? https://docs.microsoft.com/en-us/azure/aks/azure-files-volume#mount-file-share-as-a-persistent-volume and could you provide full logs of the driver on that node? thanks.
> Yes, if I convert the example to use a persistent volume and a persistent volume claim, and add the pvc to the mounts of the pods that need it,...
for the first usage, you should grant cluster identity permission to that resource group, follow example guide here: https://github.com/kubernetes-sigs/azurefile-csi-driver/blob/master/docs/install-driver-on-aks.md#option2-enable-csi-driver-on-existing-cluster-with-version--121 for the second usage, is your storage account `Premium`? if yes,...
> For the first usage, I cant change IAM. Maybe I cant use is anymore. For the second usage, my storage account is standard LRS with LFS on. @OP-Kobayashi what...
does the original `azurefile` storage class work on your cluster? not sure whether you have provided a correct account name and key in secret
> I want to use the storage class method. Cloud you help me. @OP-Kobayashi you need to provide api-server address, otherwise it's quite hard to diagnostics. I would suggest creating...
> api address? Do you mean endpoint? aks api-server address, it's better filing an Azure support ticket.
o, since you are in Azure China, try add `storageEndpointSuffix: "core.chinacloudapi.cn"` in parameters, e.g. ```yaml --- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: azurefile-myown provisioner: file.csi.azure.com allowVolumeExpansion: true parameters: csi.storage.k8s.io/provisioner-secret-name: azurefile-myown-secret...
hi @grtn316 thanks for the contribution. the image under `mcr.microsoft.com/k8s/csi/azurefile-csi/` is immutable after publish, so it's not necessary to use digest, also using tags could easily show which version it...
/test pull-azurefile-csi-driver-external-e2e-smb-windows