stcheng / azuredisk-csi-driver

Azure Disk Container Storage Interface (CSI) Storage Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azuredisk CSI driver for Kubernetes

TravisCI Coverage Status FOSSA Status

About

This driver allows Kubernetes to use azure disk volume, csi plugin name: disk.csi.azure.com

Project Status

Status: Beta

Container Images & CSI Compatibility:

Azure Disk CSI Driver Version Image v1.0.0
master branch mcr.microsoft.com/k8s/csi/azuredisk-csi:latest yes
v0.5.0 mcr.microsoft.com/k8s/csi/azuredisk-csi:v0.5.0 yes
v0.4.0 mcr.microsoft.com/k8s/csi/azuredisk-csi:v0.4.0 yes
v0.3.0 mcr.microsoft.com/k8s/csi/azuredisk-csi:v0.3.0 yes

Kubernetes Compatibility

Azure Disk CSI Driver\Kubernetes Version 1.14+
master branch yes
v0.5.0 yes
v0.4.0 yes
v0.3.0 yes

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

Prerequisite

if cluster is based on Managed Service Identity(MSI), make sure all agent nodes have Contributor role for current resource group

Install azuredisk CSI driver on a Kubernetes cluster

Please refer to install azuredisk csi driver

Examples

Kubernetes Development

Please refer to development guide

Links

About

Azure Disk Container Storage Interface (CSI) Storage Plugin

License:Apache License 2.0


Languages

Language:Go 88.6%Language:Shell 6.7%Language:Python 2.2%Language:Makefile 1.5%Language:Smarty 0.5%Language:Dockerfile 0.4%