This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
Kubernetes Prow Robot ada407fd45
Merge pull request #62 from animeshk08/samba-image
test: Update samba docker image
2020-07-10 20:21:21 -07:00
.github doc: add requirements section in PR template 2020-06-15 19:43:43 +08:00
deploy feat: config change to support storage class 2020-07-11 01:59:38 +00:00
docs feat: config change to support storage class 2020-07-11 01:59:38 +00:00
hack chore: add hack/release-image.sh 2020-07-10 07:57:58 +00:00
pkg feat: config change to support storage class 2020-07-11 01:59:38 +00:00
test test: Update samba docker image 2020-07-11 08:11:59 +05:30
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 feat: support storage class 2020-07-10 13:05:22 +00:00
OWNERS Update OWNERS 2020-05-12 21:12:31 +08:00
README.md feat: config change to support storage class 2020-07-11 01:59: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: 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.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