This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
andyzhangx 3080c4ee53 test: upgrade golint version 2020-09-23 10:33:28 +00:00
.github remove sanity tests 2020-09-08 19:19:03 +05:30
charts make kubelet path configurable from helm values 2020-09-08 07:22:14 +00:00
deploy test: switch to use mcr nginx image 2020-09-23 08:10:58 +00:00
docs Update driver-parameters.md 2020-09-07 15:26:45 +08:00
hack test: upgrade golint version 2020-09-23 10:33:28 +00:00
pkg test: Fix `TestNodeStageVolume` on Windows 2020-09-10 17:37:43 +05:30
test test: switch to use mcr nginx image 2020-09-23 08:10:58 +00:00
vendor chore: upgrade to csi-proxy v0.2.0 beta 2020-09-07 05:35:34 +00:00
.gitignore Enable leader election in csi components 2019-12-23 10:13:08 +08:00
.travis.yml build: use docker buildx to build Linux and Windows images 2020-08-04 08:19:12 -07: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: switch to use mcr nginx image 2020-09-23 08:10:58 +00:00
OWNERS Update OWNERS 2020-05-12 21:12:31 +08:00
README.md Update README.md 2020-08-30 11:27:39 +08: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-proxy v0.2.0 beta 2020-09-07 05:35:34 +00:00
go.sum chore: upgrade to csi-proxy v0.2.0 beta 2020-09-07 05:35:34 +00:00
known-issues.md Create known-issues.md 2020-08-20 17:01:47 +08:00

README.md

SMB CSI Driver for Kubernetes

Travis 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.14+
master branch mcr.microsoft.com/k8s/csi/smb-csi:latest yes
v0.3.0 mcr.microsoft.com/k8s/csi/smb-csi:v0.3.0 yes
v0.2.0 mcr.microsoft.com/k8s/csi/smb-csi:v0.2.0 yes

Driver parameters

Please refer to smb.csi.k8s.io driver parameters

Install SMB CSI driver on a kubernetes cluster

Please refer to install SMB CSI driver

Examples

Troubleshooting

Kubernetes Development

Please refer to development guide

View CI Results

Check testgrid sig-storage-csi-smb dashboard.