This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
Andy Zhang 70f3d0f818
Update README.md
2020-07-21 20:31:58 +08:00
.github doc: add requirements section in PR template 2020-06-15 19:43:43 +08:00
charts feat: Add helm installation 2020-07-16 14:52:25 +05:30
deploy chore: use v0.2.0 for master branch 2020-07-12 03:12:47 +00:00
docs Update install-csi-driver-master.md 2020-07-12 11:30:39 +08:00
hack test: add helm chart verification 2020-07-17 05:07:56 +00:00
pkg feat: support dynamic provisioning 2020-07-11 11:13:58 +00:00
test feat: support dynamic provisioning 2020-07-11 11:13:58 +00:00
vendor chore: move to csi-v1.3.0 2020-07-10 02:21:00 +00:00
.gitignore Enable leader election in csi components 2019-12-23 10:13:08 +08:00
.travis.yml test: enable sanity test 2020-06-29 12:59:50 +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: update master branch to use v0.3.0 version 2020-07-12 11:31:44 +08:00
OWNERS Update OWNERS 2020-05-12 21:12:31 +08:00
README.md Update README.md 2020-07-21 20:31:58 +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: move to csi-v1.3.0 2020-07-10 02:21:00 +00:00
go.sum chore: move to csi-v1.3.0 2020-07-10 02:21:00 +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

Project status: alpha

Container Images & Kubernetes Compatibility:

SMB CSI Driver Version Image 1.14+
master branch mcr.microsoft.com/k8s/csi/smb-csi:latest yes
v0.2.0 mcr.microsoft.com/k8s/csi/smb-csi:v0.2.0 yes
v0.1.0 mcr.microsoft.com/k8s/csi/smb-csi:v0.1.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