This driver allows Kubernetes to use azure disk volume, csi plugin name: disk.csi.azure.com
Azure Disk CSI Driver Version | Image | 1.14+ |
---|---|---|
master branch | mcr.microsoft.com/k8s/csi/azuredisk-csi:latest | yes |
v0.7.0 | mcr.microsoft.com/k8s/csi/azuredisk-csi:v0.7.0 | yes |
v0.6.0 | mcr.microsoft.com/k8s/csi/azuredisk-csi:v0.6.0 | yes |
Please refer to disk.csi.azure.com
driver parameters
storage class
disk.csi.azure.com
parameters are compatible with built-in azuredisk plugin
- The driver initialization depends on a Cloud provider config file, usually it's
/etc/kubernetes/azure.json
on all kubernetes nodes deployed by AKS or aks-engine, here is azure.json example. This driver also supports read cloud config from kuberenetes secret.
if cluster identity is Managed Service Identity(MSI), make sure user assigned identity has
Contributor
role on node resource group
Please refer to install azuredisk csi driver
- Basic usage
- Topology(Availability Zone)
- Snapshot
- Volume Cloning
- Volume Expansion
- Raw Block Volume
- Windows
- Shared Disk
Please refer to development guide