This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
andyzhangx ef246f9407 doc: cut v1.3.0 release 2021-10-18 01:31:45 +00:00
.github test: add trivy Vulnerability scanning test 2021-09-22 12:01:45 +00:00
charts doc: cut v1.3.0 release 2021-10-18 01:31:45 +00:00
deploy doc: cut v1.3.0 release 2021-10-18 01:31:45 +00:00
docs doc: cut v1.3.0 release 2021-10-18 01:31:45 +00:00
hack test: fix gofmt error 2021-08-27 01:56:38 +00:00
pkg fix: use Lstat instead of Stat in NodeGetVolumeStats 2021-10-08 14:54:35 +00:00
test doc: cut v1.3.0 release 2021-10-18 01:31:45 +00:00
vendor chore: upgrade to csi spec v1.5.0 2021-09-19 12:41:48 +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 feat: add windows 2022 image support 2021-09-29 03:06:10 +00:00
OWNERS Update OWNERS 2020-05-12 21:12:31 +08:00
README.md doc: cut v1.3.0 release 2021-10-18 01:31:45 +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 chore: upgrade to csi spec v1.5.0 2021-09-19 12:41:48 +00:00
go.sum chore: upgrade to csi spec v1.5.0 2021-09-19 12:41:48 +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

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.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+
v1.1.0 mcr.microsoft.com/k8s/csi/smb-csi:v1.1.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.