Go to file
Kubernetes Prow Robot 77e220d007
Merge pull request #254 from andyzhangx/fix-version
fix: driver version print in logging
2021-12-07 06:54:02 -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 Update README.md 2021-12-07 16:15:42 +08:00
cmd/nfsplugin fix: driver version print in logging 2021-12-07 07:44:12 +00:00
deploy doc: use latest version for master branch 2021-11-29 05:51:17 +00:00
docs doc: cut v3.0.0 release 2021-11-29 05:50:31 +00:00
hack fix: driver version print in logging 2021-12-07 07:44:12 +00:00
pkg/nfs fix: driver version print in logging 2021-12-07 07:44:12 +00:00
release-tools Merge commit '59d860c92f17e30d2a395b5492e41607b8dbc3f9' into prow-update-master 2021-11-16 16:57:25 +01:00
test fix: driver version print in logging 2021-12-07 07:44:12 +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 feat: support NFSv3 protocol 2021-12-03 15:39:32 +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.1.0 2021-11-30 03:07:05 +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 2021-11-30 10:48:30 +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 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

Project status: Beta

Container Images & Kubernetes Compatibility:

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

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.