This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
Kubernetes Prow Robot b54d6d9d24
Merge pull request #421 from andyzhangx/remove-windows-memory-requests
fix: adjust memory requests and limits on Windows node
2022-02-17 17:16:26 -08:00
.github test: check coding spelling 2022-02-17 12:27:16 +00:00
charts test: check coding spelling 2022-02-17 12:27:16 +00:00
deploy fix: reduce memory requests on Windows node 2022-02-17 12:18:38 +00:00
docs doc: fix code spelling issues 2022-02-12 06:55:11 +00:00
hack test: change helm install method 2022-01-07 07:07:33 +00:00
pkg cleanup: remove unused code 2022-01-29 13:10:06 +00:00
test chore: fix shellcheck issues 2022-02-12 07:07:07 +00:00
vendor cleanup: remove snapshot dependency 2022-02-06 13:41: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 chore: fix arm v7 build issue 2022-01-15 14:05:37 +00:00
OWNERS Update OWNERS 2020-05-12 21:12:31 +08:00
README.md feat: upgrade to csi-provisioner v3.1.0 2022-01-21 13:40:15 +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
cloudbuild.yaml publish image to cloud provider repo 2022-01-27 14:57:56 -08:00
code-of-conduct.md initial version 2018-12-03 08:37:13 +00:00
go.mod cleanup: remove snapshot dependency 2022-02-06 13:41:36 +00:00
go.sum cleanup: remove snapshot dependency 2022-02-06 13:41:36 +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

Coverage Status FOSSA 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.20+ v0.2.2+
v1.5.0 1.19+ v0.2.2+
v1.4.0 1.19+ v0.2.2+
v1.3.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.