This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
andyzhangx 0a9519228f fix: buildx issue with provenance disabled 2023-02-09 02:51:49 +00:00
.github test: fix PodSecurity issue 2022-12-21 06:57:15 +00:00
charts chore: upgrade to csi-node-driver-registrar v2.6.2 2022-12-02 09:15:05 +00:00
cmd/smbplugin chore: fix e2e test framework and windows interface change 2022-12-21 06:46:30 +00:00
deploy Merge pull request #574 from andyzhangx/refine-doc 2023-01-25 21:35:27 +08:00
docs Update driver-parameters.md 2023-01-13 17:48:20 +08:00
hack fix: buildx issue with provenance disabled 2023-02-09 02:51:49 +00:00
pkg fix: user forceUmounter and lazy umount 2023-01-08 03:02:24 +00:00
release-tools chore: revert release-tools changes 2022-05-03 07:37:37 +00:00
test fix: buildx issue with provenance disabled 2023-02-09 02:51:49 +00:00
vendor chore: vendor mount-utils with forceUmount fix 2023-01-08 03:03:45 +00:00
.cloudbuild.sh test: fix cloudbuild.sh link 2022-03-31 06:59:53 +00:00
.gitignore chore: fix image build 2022-04-30 13:18:15 +00:00
CONTRIBUTING.md updated CONTRIBUTING.md fix broken link 2022-09-16 17:56:53 +05:30
LICENSE
Makefile fix: buildx issue with provenance disabled 2023-02-09 02:51:49 +00:00
OWNERS Update OWNERS 2020-05-12 21:12:31 +08:00
README.md doc: refine doc 2023-01-15 14:30:24 +00:00
RELEASE.md
SECURITY_CONTACTS Update SECURITY_CONTACTS 2020-05-12 10:08:51 +08:00
cloudbuild.yaml fix: post-csi-driver-smb-push-images failure 2022-03-24 11:03:15 +00:00
code-of-conduct.md
go.mod chore: vendor mount-utils with forceUmount fix 2023-01-08 03:03:45 +00:00
go.sum chore: vendor mount-utils with forceUmount fix 2023-01-08 03:03:45 +00:00
known-issues.md doc: fix code spelling issues 2022-02-12 06:55:11 +00:00

README.md

SMB CSI Driver for Kubernetes

linux build status windows build status Coverage Status

About

This driver allows Kubernetes to access SMB server on both Linux and Windows nodes, csi plugin name: smb.csi.k8s.io. The 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 supported k8s version supported Windows csi-proxy version
master branch 1.21+ v0.2.2+
v1.9.0 1.20+ v0.2.2+
v1.8.0 1.20+ v0.2.2+
v1.7.0 1.20+ 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