abhisheksinghbaghel / azuredisk-csi-driver

Azure Disk Container Storage Interface (CSI) Storage Plugin
Apache License 2.0
2 stars 0 forks source link

Azure Disk CSI driver for Kubernetes

Travis Coverage Status FOSSA Status

About

This repository is archived and will no longer be updated. For updates on Azure Disk CSI Driver follow the main repository here.

Project status

V1: GA

V2: Preview

Container Images & Kubernetes Compatibility

V1

Driver Version Image supported k8s version
master branch mcr.microsoft.com/k8s/csi/azuredisk-csi:latest 1.20+
v1.11.0 mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.11.0 1.20+
v1.10.0 mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.10.0 1.19+
v1.9.0 mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v1.9.0 1.19+

V2

Driver Version Image supported k8s version
main_v2 branch 1.21+
v2.0.0-alpha.1 mcr.microsoft.com/oss/kubernetes-csi/azuredisk-csi:v2.0.0-alpha.1 1.21+

V2

Driver Version Image supported k8s version
main_v2 branch 1.21+
v2.0.0-alpha.1 mcr.microsoft.com/k8s/csi/azuredisk-csi:v2.0.0-alpha.1 1.21+

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

Install driver on a Kubernetes cluster

Install Azure Disk CSI Driver V2 on a Kubernetes cluster (Preview)

Examples

Features

New in V2

Troubleshooting

Support

Limitations

Kubernetes Development

View CI Results

Links