This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
andyzhangx 847b2f335c doc: update docs 2020-05-10 14:13:09 +00:00
.github Update PULL_REQUEST_TEMPLATE.md 2019-07-18 13:53:04 +08:00
deploy doc: update docs 2020-05-10 14:13:09 +00:00
docs doc: update docs 2020-05-10 14:13:09 +00:00
hack doc: doc upated for smb driver 2020-05-10 03:00:41 +00:00
pkg doc: update docs 2020-05-10 14:13:09 +00:00
test doc: doc upated for smb driver 2020-05-10 03:00:41 +00:00
vendor chore: update go mod 2020-05-10 13:28:30 +00:00
.gitignore Enable leader election in csi components 2019-12-23 10:13:08 +08:00
.travis.yml fix: fix the bug due to update 2020-04-14 09:50:07 +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 feat: initial smb driver 2020-05-09 09:46:17 +00:00
OWNERS Update OWNERS 2020-01-18 22:36:35 +08:00
README.md doc: doc upated for smb driver 2020-05-10 03:00:41 +00:00
RELEASE.md feat: initial smb driver 2020-05-09 09:46:17 +00:00
SECURITY_CONTACTS Confirm to Kubernetes repo requirements 2019-01-05 00:13:41 +05:30
code-of-conduct.md initial version 2018-12-03 08:37:13 +00:00
go.mod chore: update go mod 2020-05-10 13:28:30 +00:00
go.sum chore: update go mod 2020-05-10 13:28:30 +00: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

Container Images & Kubernetes Compatibility:

SMB CSI Driver Version Image 1.14+
master branch andyzhangx/smb-csi:latest 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