This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
Andy Zhang 2342e7db72
Update README.md
2021-11-30 10:31:19 +08:00
.github fix: install updated packages to fix CVE issues 2021-10-22 08:41:06 +00:00
charts Update README.md 2021-11-29 14:34:47 +08:00
deploy Update README.md 2021-11-30 10:31:19 +08:00
docs doc: cut v1.4.0 release 2021-11-26 07:19:38 +00:00
hack test: fix gofmt error 2021-08-27 01:56:38 +00:00
pkg feat: disable GET_VOLUME_STATS by default 2021-11-25 14:25:19 +00:00
test feat: disable GET_VOLUME_STATS by default 2021-11-25 14:25:19 +00:00
vendor chore: remove Azure dependencies 2021-11-25 14:17:08 +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: switch master branch to use v1.5.0 2021-11-26 08:55:19 +00:00
OWNERS Update OWNERS 2020-05-12 21:12:31 +08:00
README.md doc: cut v1.4.0 release 2021-11-26 07:19:38 +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: remove Azure dependencies 2021-11-25 14:17:08 +00:00
go.sum chore: remove Azure dependencies 2021-11-25 14:17:08 +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.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.