This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
Andy Zhang 3a25eef597
doc: update driver parameters with Premium type
2020-02-27 11:38:23 +08:00
.github Update PULL_REQUEST_TEMPLATE.md 2019-07-18 13:53:04 +08:00
charts chore: change port num 2020-02-10 04:42:36 +00:00
deploy doc: fix yaml format 2020-02-17 12:41:33 +00:00
docs doc: update driver parameters with Premium type 2020-02-27 11:38:23 +08:00
hack doc: fix yaml format 2020-02-17 12:41:33 +00:00
pkg test: add more pod info in test logs 2020-02-24 12:25:56 +00:00
test Merge pull request #169 from kubernetes-sigs/mount-timeout-fix 2020-02-24 18:44:48 -08:00
vendor fix test failure 2020-01-04 16:22:22 +00:00
.gitignore Enable leader election in csi components 2019-12-23 10:13:08 +08:00
.travis.yml chore: fix broken coverage 2020-01-24 08:25:31 +00:00
CHANGELOG-v0.1.0-alpha.md rename repo org to kubernetes-sigs 2019-03-08 11:21:41 +00:00
CHANGELOG-v0.2.0-alpha.md add CHANGELOG-v0.2.0-alpha.md 2019-04-17 12:41:06 +00:00
CONTRIBUTING.md initial version 2018-12-03 08:37:13 +00:00
LICENSE Initial commit 2018-11-30 16:38:55 +08:00
Makefile test: increase wait duration while performing helm install 2020-02-24 11:19:49 -08:00
OWNERS Update OWNERS 2020-01-18 22:36:35 +08:00
README.md doc: cut off v0.4.0 release 2020-02-02 02:54:16 +00:00
RELEASE.md Confirm to Kubernetes repo requirements 2019-01-05 00:13:41 +05:30
SECURITY_CONTACTS Confirm to Kubernetes repo requirements 2019-01-05 00:13:41 +05:30
code-of-conduct.md initial version 2018-12-03 08:37:13 +00:00
go.mod fix test failure 2020-01-04 16:22:22 +00:00
go.sum fix test failure 2020-01-04 16:22:22 +00:00

README.md

azurefile 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

Container Images & CSI Compatibility:

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

Kubernetes Compatibility

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

Driver parameters

Please refer to file.csi.azure.com driver parameters

storage class file.csi.azure.com parameters are compatible with built-in azurefile plugin

Prerequisite

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

Install azurefile CSI driver on a kubernetes cluster

Please refer to install azurefile csi driver

Examples

Kubernetes Development

Please refer to development guide