This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
Andy Zhang 450135d2ce
Update csi-dev.md
2020-08-12 09:59:09 +08:00
.github doc: add requirements section in PR template 2020-06-15 19:43:43 +08:00
charts feat: Add helm installation 2020-07-16 14:52:25 +05:30
deploy Update e2e_usage.md 2020-08-11 22:04:07 +08:00
docs Update csi-dev.md 2020-08-12 09:59:09 +08:00
hack Update release-image.sh 2020-08-05 09:44:40 +08:00
pkg doc: fix windows example 2020-08-11 03:13:39 +00:00
test test: move manifest 2020-08-11 13:18:18 +00:00
vendor chore: upgrade to go-autorest v0.11.1 2020-08-05 02:32:52 +00:00
.gitignore Enable leader election in csi components 2019-12-23 10:13:08 +08:00
.travis.yml build: use docker buildx to build Linux and Windows images 2020-08-04 08:19:12 -07: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: fix "make container" 2020-08-10 12:50:20 +00:00
OWNERS Update OWNERS 2020-05-12 21:12:31 +08:00
README.md Update README.md 2020-07-21 20:31:58 +08:00
RELEASE.md doc: fix typo 2020-05-11 08:28:41 +00:00
SECURITY_CONTACTS Update SECURITY_CONTACTS 2020-05-12 10:08:51 +08:00
code-of-conduct.md initial version 2018-12-03 08:37:13 +00:00
go.mod chore: upgrade to go-autorest v0.11.1 2020-08-05 02:32:52 +00:00
go.sum chore: upgrade to go-autorest v0.11.1 2020-08-05 02:32:52 +00:00

README.md

SMB CSI Driver for Kubernetes

Travis Coverage Status FOSSA Status

About

This driver allows Kubernetes to use SMB CSI volume, csi plugin name: smb.csi.k8s.io

Project status: alpha

Container Images & Kubernetes Compatibility:

SMB CSI Driver Version Image 1.14+
master branch mcr.microsoft.com/k8s/csi/smb-csi:latest yes
v0.2.0 mcr.microsoft.com/k8s/csi/smb-csi:v0.2.0 yes
v0.1.0 mcr.microsoft.com/k8s/csi/smb-csi:v0.1.0 yes

Driver parameters

Please refer to smb.csi.k8s.io driver parameters

Install SMB CSI driver on a kubernetes cluster

Please refer to install SMB CSI driver

Examples

Troubleshooting

Kubernetes Development

Please refer to development guide