CecileRobertMichon / azurefile-csi-driver

Azure File Container Storage Interface (CSI) Storage Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure File CSI Driver for Kubernetes

Travis Coverage Status FOSSA Status

About

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

Project status: GA

Container Images & Kubernetes Compatibility:

Driver Version Image supported k8s version
master branch mcr.microsoft.com/k8s/csi/azurefile-csi:latest 1.18+
v1.4.0 mcr.microsoft.com/k8s/csi/azurefile-csi:v1.4.0 1.18+
v1.2.0 mcr.microsoft.com/k8s/csi/azurefile-csi:v1.2.0 1.17+
v1.1.0 mcr.microsoft.com/k8s/csi/azurefile-csi:v1.1.0 1.16+

Driver parameters

Please refer to driver parameters

Set up CSI driver on AKS cluster (only for AKS users)

follow guide here

Prerequisite

Option#1: Provide cloud provider config with Azure cendentials

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

Option#2: Bring your own storage account

This option does not depend on cloud provider config file, supports cross subscription and on-premise cluster scenario. Refer to detailed steps.

Install driver on a Kubernetes cluster

  • install by kubectl (please use helm for RedHat/CentOS)
  • install by helm charts (supports RedHat/CentOS)

Examples

Features

Troubleshooting

Support

Kubernetes Development

Please refer to development guide

View CI Results

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

Links

About

Azure File Container Storage Interface (CSI) Storage Plugin

License:Apache License 2.0


Languages

Language:Go 87.6%Language:Shell 8.2%Language:Makefile 1.3%Language:Mustache 1.3%Language:Python 1.1%Language:Dockerfile 0.4%