Go to file
Andy Zhang 6b243d093e
Merge pull request #248 from andyzhangx/readme-update
doc: update README
2021-11-29 13:26:03 +08:00
.github fix: vulnerability issue in docker image 2021-11-27 13:39:27 +00:00
CHANGELOG Add 2.0 changelog 2020-04-16 18:38:40 -07:00
charts feat: incrase sidecar container cpu limits 2021-11-24 15:07:51 +00:00
cmd/nfsplugin feat: support alternative driver name 2021-07-10 12:33:55 +00:00
deploy feat: incrase sidecar container cpu limits 2021-11-24 15:07:51 +00:00
docs Update csi-debug.md 2021-07-10 23:33:30 +08:00
hack feat: support alternative driver name 2021-07-10 12:33:55 +00:00
pkg/nfs reset directory permissions 2021-10-18 14:23:49 +08:00
release-tools Merge commit '59d860c92f17e30d2a395b5492e41607b8dbc3f9' into prow-update-master 2021-11-16 16:57:25 +01:00
test test: disable GetCapabilities test temporalily 2021-09-20 03:13:00 +00:00
vendor Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01: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 Enable spelling and boilerplate checks in prow and local tests 2021-01-16 14:59:57 +05:30
.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 fix: install updated packages to fix CVE issues 2021-11-27 14:14:07 +00:00
LICENSE Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
Makefile fix: vulnerability issue in docker image 2021-11-27 13:39:27 +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 doc: update README 2021-11-28 13:41:59 +00: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 Add symlink for cloudbuild.yaml and .cloudbuild.sh 2020-10-14 16:45:32 +05:30
code-of-conduct.md Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
go.mod Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
go.sum Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00

README.md

CSI NFS driver

Coverage Status

Overview

This is a repository for NFS CSI Driver, csi plugin name: nfs.csi.k8s.io

Container Images & Kubernetes Compatibility:

driver version supported k8s version
master branch 1.19+
v2.0.0 1.14+

Requirements

This driver requires existing NFSv3 or NFSv4 server.

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.