AzureFile
kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: azurefile
provisioner: kubernetes.io/azure-file
mountOptions:
- dir_mode=0777
- file_mode=0777
- uid=1000
- gid=1000
parameters:
skuName: Standard_LRSKubernetes prototype
Preferred version
All About Access
Kubernetes version
fileMode and dirMode
Wandering Pods Following Windows Node Restart
Provisioning Woes with AzureFile
AzureFile and Azure German Cloud
Dealing with the "Could not change permissions" Error
Further Reading
最后更新于