Discover Packages
sigs.k8s.io/azuredisk-csi-driver
module
Version:
v1.4.0
Opens a new window with list of versions in this module.
Published: Jun 15, 2021
License: Apache-2.0
Opens a new window with license information.
README
README
¶
Azure Disk CSI driver for Kubernetes
About
This driver allows Kubernetes to use Azure Disk volume, csi plugin name: disk.csi.azure.com
Project status: GA
Container Images & Kubernetes Compatibility
Driver Version
Image
supported k8s version
master branch
mcr.microsoft.com/k8s/csi/azuredisk-csi:latest
1.18+
v1.4.0
mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.4.0
1.18+
v1.2.0
mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.2.0
1.17+
v1.1.1
mcr.microsoft.com/k8s/csi/azuredisk-csi:v1.1.1
1.16+
Driver parameters
Please refer to disk.csi.azure.com
driver parameters
storage class disk.csi.azure.com
parameters are compatible with built-in azuredisk plugin
Set up CSI driver on AKS cluster (only for AKS users)
follow guide here
Prerequisite
To specify a different cloud provider config file, create azure-cred-file
configmap before driver installation, e.g. for OpenShift, it's /etc/kubernetes/cloud.conf
(make sure config file path is in the volumeMounts.mountPath
)
kubectl create configmap azure-cred-file --from-literal=path="/etc/kubernetes/cloud.conf" --from-literal=path-windows="C:\\k\\cloud.conf" -n kube-system
Install driver on a Kubernetes cluster
install via kubectl on public Azure (please use helm for Azure Stack, RedHat/CentOS)
install via helm charts on public Azure, Azure Stack, RedHat/CentOS
Examples
Features
Troubleshooting
Support
Limitations
Kubernetes Development
View CI Results
Links
Expand ▾
Collapse ▴
Directories
¶
hack
pkg
Package mockcorev1 implements the mock client for corev1.
Package mockkubeclient implements the mock client for kubeclient.
Package mockpersistentvolume implements the mock client for persistentvolumegetter.
test
Click to show internal directories.
Click to hide internal directories.