This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
andyzhangx c29bb959d9 doc: cut v1.2.0 release 2021-07-18 13:15:00 +00:00
.github Setup SMB Server for sanity tests 2021-04-05 04:43:15 +00:00
charts doc: cut v1.2.0 release 2021-07-18 13:15:00 +00:00
deploy doc: cut v1.2.0 release 2021-07-18 13:15:00 +00:00
docs doc: cut v1.2.0 release 2021-07-18 13:15:00 +00:00
hack feat: bring own serviceAccount in helm install 2021-07-10 05:52:08 +00:00
pkg fix: unmount failure due to incorrect mount path check 2021-07-16 09:50:26 +00:00
test feat: bring own serviceAccount in helm install 2021-07-10 05:52:08 +00:00
vendor fix gke auth for tests 2021-06-06 14:25:05 -07:00
.gitignore fix: add latest helm chart file 2021-01-30 13:41:49 +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 feat: bring own serviceAccount in helm install 2021-07-10 05:52:08 +00:00
OWNERS Update OWNERS 2020-05-12 21:12:31 +08:00
README.md doc: cut v1.2.0 release 2021-07-18 13:15:00 +00: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 create subDir in CreateVolume and delete in DeleteVolume 2021-06-01 16:42:53 +00:00
go.sum fix gke auth for tests 2021-06-06 14:25:05 -07:00
known-issues.md doc: add mount error on windows doc 2021-02-20 14:10:15 +00:00

README.md

SMB CSI Driver for Kubernetes

Coverage Status FOSSA Status

About

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

Project status: GA

Container Images & Kubernetes Compatibility:

Driver Version Image supported k8s version supported Windows csi-proxy version
master branch mcr.microsoft.com/k8s/csi/smb-csi:latest 1.18+ v0.2.2+
v1.2.0 mcr.microsoft.com/k8s/csi/smb-csi:v1.2.0 1.18+ v0.2.2+
v1.1.0 mcr.microsoft.com/k8s/csi/smb-csi:v1.1.0 1.18+ v0.2.2+
v1.0.0 mcr.microsoft.com/k8s/csi/smb-csi:v1.0.0 1.17+ v0.2.2+

Driver parameters

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

Install driver on a Kubernetes cluster

Examples

Troubleshooting

Kubernetes Development

Please refer to development guide

View CI Results

Check testgrid sig-storage-csi-smb dashboard.