This driver allows Kubernetes to access SMB Server on both Linux and Windows nodes.
Go to file
andyzhangx a48c41db14 fix: windows mount issue 2020-06-23 07:54:46 +00:00
.github doc: add requirements section in PR template 2020-06-15 19:43:43 +08:00
deploy fix: delete common crd-csi-node-info.yaml 2020-06-19 16:13:41 +08:00
docs doc: cut v0.1.0 release 2020-06-09 06:33:24 +00:00
hack test: Enable golint check 2020-05-24 02:32:13 +00:00
pkg fix: windows mount issue 2020-06-23 07:54:46 +00:00
test chore: repo rename 2020-05-12 13:10:13 +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 test: disable code coverage collecting temporarily 2020-05-13 05:43:44 +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 doc: swith to v0.2.0 for master branch 2020-06-09 11:46:21 +00:00
OWNERS Update OWNERS 2020-05-12 21:12:31 +08:00
README.md doc: cut v0.1.0 release 2020-06-09 06:33:24 +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: repo rename 2020-05-12 13:10:13 +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

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