This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
andyzhangx d1bbbfd9ea test: add verify-helm-chart-files.sh 2021-02-05 13:25:07 +00:00
.github test: switch to use go 1.15 2021-01-05 06:03:26 +00:00
charts test: add verify-helm-chart-files.sh 2021-02-05 13:25:07 +00:00
deploy Update windows CSI support link 2021-02-01 10:45:07 -08:00
docs doc: cut v0.6.0 release 2020-12-29 03:23:57 +00:00
hack test: add verify-helm-chart-files.sh 2021-02-05 13:25:07 +00:00
pkg cleanup: remove useless logs 2021-01-27 07:43:03 +00:00
test fix: Use new windows server image to avoid driver daemonset failure 2021-01-27 09:34:02 +00:00
vendor chore: switch to klog 2.4.0 (#207) 2021-01-17 21:25:31 +08: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 test: refactor example verification test (#210) 2021-01-18 16:03:58 +08:00
OWNERS Update OWNERS 2020-05-12 21:12:31 +08:00
README.md doc: cut v0.6.0 release 2020-12-29 03:23:57 +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: switch to klog 2.4.0 (#207) 2021-01-17 21:25:31 +08:00
go.sum chore: switch to klog 2.4.0 (#207) 2021-01-17 21:25:31 +08:00
known-issues.md Create known-issues.md 2020-08-20 17:01:47 +08: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: beta

Container Images & Kubernetes Compatibility:

SMB CSI Driver Version Image 1.15+
master branch mcr.microsoft.com/k8s/csi/smb-csi:latest yes
v0.6.0 mcr.microsoft.com/k8s/csi/smb-csi:v0.6.0 yes
v0.5.0 mcr.microsoft.com/k8s/csi/smb-csi:v0.5.0 yes
v0.4.0 mcr.microsoft.com/k8s/csi/smb-csi:v0.4.0 yes

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.