Go to file
Andy Zhang f48c0684a8
Merge pull request #285 from andyzhangx/codespell
test: add codespell shellcheck github actions
2022-02-15 17:17:09 +08:00
.github test: add codespell shellcheck github actions 2022-02-12 05:03:10 +00:00
CHANGELOG Add 2.0 changelog 2020-04-16 18:38:40 -07:00
charts Add optional extra labels to k8s resources (#284) 2022-02-15 13:45:38 +08:00
cmd/nfsplugin feat: add workingMountDir in chart config 2022-01-04 13:43:06 +00:00
deploy chore: set replica of controller as 1 by default 2022-01-27 11:21:06 +00:00
docs doc: fix code spelling issues 2022-02-12 05:06:11 +00:00
hack feat: add inline volume support 2022-01-06 11:34:56 +00:00
pkg/nfs Merge pull request #266 from andyzhangx/inline-volume 2022-01-13 10:09:59 +08:00
release-tools Merge commit '745b54f17fa36f12680ee35b79a5ad2a12b2b86a' into prow-update-master 2022-01-13 15:06:05 -08:00
test chore: fix shellcheck issues 2022-02-12 05:16:16 +00:00
vendor cleanup: remove snapshot dependency 2022-02-06 13:51:39 +00:00
.cloudbuild.sh Add symlink for cloudbuild.yaml and .cloudbuild.sh 2020-10-14 16:45:32 +05:30
.gitignore test: add make verify 2020-11-16 20:36:41 +00:00
.prow.sh chore: fix shellcheck issues 2022-02-12 05:16:16 +00:00
.travis.yml switch to csi-release-tools 2019-02-20 09:10:47 +01:00
CONTRIBUTING.md Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
Dockerfile cleanup: remove unnecessary CVE packages 2022-01-25 13:47:21 +00:00
LICENSE Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
Makefile chore: switch master branch to use v3.2.0 2022-01-16 02:03:43 +00:00
OWNERS OWNERS update with aliases 2021-05-21 09:27:42 +02:00
OWNERS_ALIASES OWNERS update with aliases 2021-05-21 09:27:42 +02:00
README.md Update README.md 2022-02-14 22:01:54 +08:00
RELEASE.md Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
SECURITY_CONTACTS Update OWNERS and SECURITY_CONTACTS 2018-09-18 11:52:04 -07:00
cloudbuild.yaml Squashed 'release-tools/' changes from a6a1a797..31aa44d1 2022-01-13 15:05:48 -08:00
code-of-conduct.md Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
go.mod cleanup: remove snapshot dependency 2022-02-06 13:51:39 +00:00
go.sum cleanup: remove snapshot dependency 2022-02-06 13:51:39 +00:00

README.md

NFS CSI driver for Kubernetes

Coverage Status

Overview

This is a repository for NFS CSI driver, csi plugin name: nfs.csi.k8s.io. This driver requires existing and already configured NFSv3 or NFSv4 server, it supports dynamic provisioning of Persistent Volumes via Persistent Volume Claims by creating a new sub directory under NFS server.

Project status: Beta

Container Images & Kubernetes Compatibility:

driver version supported k8s version status
master branch 1.20+ beta
v3.1.0 1.19+ beta
v3.0.0 1.19+ beta
v2.0.0 1.14+ alpha

Install driver on a Kubernetes cluster

Driver parameters

Please refer to nfs.csi.k8s.io driver parameters

Examples

Troubleshooting

Kubernetes Development

Please refer to development guide

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.