|
|
||
|---|---|---|
| .github | ||
| charts | ||
| deploy | ||
| docs | ||
| hack | ||
| pkg | ||
| test | ||
| vendor | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| Makefile | ||
| OWNERS | ||
| README.md | ||
| RELEASE.md | ||
| SECURITY_CONTACTS | ||
| code-of-conduct.md | ||
| go.mod | ||
| go.sum | ||
| known-issues.md | ||
README.md
SMB CSI Driver for Kubernetes
About
This driver allows Kubernetes to use SMB CSI volume, csi plugin name: smb.csi.k8s.io
Project status: GA
Container Images & Kubernetes Compatibility:
| Driver Version | Image | supported k8s version | supported Windows csi-proxy version |
|---|---|---|---|
| master branch | mcr.microsoft.com/k8s/csi/smb-csi:latest | 1.19+ | v0.2.2+ |
| v1.4.0 | mcr.microsoft.com/k8s/csi/smb-csi:v1.4.0 | 1.19+ | v0.2.2+ |
| v1.3.0 | mcr.microsoft.com/k8s/csi/smb-csi:v1.3.0 | 1.18+ | v0.2.2+ |
| v1.2.0 | mcr.microsoft.com/k8s/csi/smb-csi:v1.2.0 | 1.18+ | v0.2.2+ |
Driver parameters
Please refer to smb.csi.k8s.io driver parameters
Install driver on a Kubernetes cluster
- install by kubectl
- install by helm charts
Examples
Troubleshooting
Kubernetes Development
Please refer to development guide
View CI Results
Check testgrid sig-storage-csi-smb dashboard.