This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
andyzhangx 2d38d5c6b5 k# This is a combination of 2 commits.
chore: fix Windows test failure

fix windows tests
2021-12-30 11:47:00 +00:00
.github k# This is a combination of 2 commits. 2021-12-30 11:47:00 +00:00
charts cleanup: remove cpu limits 2021-12-27 03:19:54 +00:00
deploy cleanup: remove cpu limits 2021-12-27 03:19:54 +00:00
docs doc: cut v1.4.0 release 2021-11-26 07:19:38 +00:00
hack Remove hack/verify-golint. It is done with a github action instead. 2021-12-21 18:13:34 -08:00
pkg k# This is a combination of 2 commits. 2021-12-30 11:47:00 +00:00
test test: fix GCE Windows containerd test failure 2021-12-14 03:07:45 +00:00
vendor chore: upgrade to k8s 1.23 lib 2021-12-30 11:31:36 +00: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 Merge pull request #392 from andyzhangx/pluto 2021-12-13 23:44:02 -08:00
OWNERS Update OWNERS 2020-05-12 21:12:31 +08:00
README.md Update README.md 2021-12-17 21:08:51 +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 k8s 1.23 lib 2021-12-30 11:31:36 +00:00
go.sum chore: upgrade to k8s 1.23 lib 2021-12-30 11:31:36 +00: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. This driver requires existing and already configured SMB server, it supports dynamic provisioning of Persistent Volumes via Persistent Volume Claims by creating a new sub directory under SMB server.

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.19+ v0.2.2+
v1.4.0 mcr.microsoft.com/k8s/csi/smb-csi:v1.4.0 1.19+ v0.2.2+
v1.3.0 mcr.microsoft.com/k8s/csi/smb-csi:v1.3.0 1.18+ v0.2.2+
v1.2.0 mcr.microsoft.com/k8s/csi/smb-csi:v1.2.0 1.18+ 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.