8000 GitHub - ThomasMarquardt/azuredisk-csi-driver: Azure Disk Container Storage Interface (CSI) Storage Plugin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ThomasMarquardt/azuredisk-csi-driver

 
 

Repository files navigation

Azure Disk CSI driver for Kubernetes

Travis Coverage Status FOSSA Status

About

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

Container Images & Kubernetes Compatibility

Driver Version Image 1.14+
master branch mcr.microsoft.com/k8s/csi/azuredisk-csi:latest yes
v0.9.0 mcr.microsoft.com/k8s/csi/azuredisk-csi:v0.9.0 yes
v0.8.0 mcr.microsoft.com/k8s/csi/azuredisk-csi:v0.8.0 yes
v0.7.0 mcr.microsoft.com/k8s/csi/azuredisk-csi:v0.7.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

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 azuredisk CSI driver on a Kubernetes cluster

Please refer to install azuredisk csi driver

Examples

Features

Troubleshooting

Kubernetes Development

Please refer to development guide

View CI Results

Check testgrid provider-azure-azuredisk-csi-driver dashboard.

Links

About

Azure Disk Container Storage Interface (CSI) Storage Plugin

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 88.7%
  • Shell 6.5%
  • Python 2.1%
  • Makefile 1.5%
  • HTML 0.6%
  • Dockerfile 0.4%
  • Starlark 0.2%
0