Go to file
andyzhangx b894ed8a7e feat: add ARCH in Dockerfile
set default ARG value
2021-02-22 13:11:21 +00:00
.github fix: reduce driver logs 2021-01-20 06:53:19 +00:00
CHANGELOG Add 2.0 changelog 2020-04-16 18:38:40 -07:00
charts chore: set csi-provisioner memory limt as 100Mi 2021-02-19 14:29:29 +00:00
cmd/nfsplugin chore: use klog instead of glog 2021-01-19 14:37:40 +00:00
deploy chore: set csi-provisioner memory limt as 100Mi 2021-02-19 14:29:29 +00:00
docs Enable spelling and boilerplate checks in prow and local tests 2021-01-16 14:59:57 +05:30
hack test: add helm chart index verification 2021-02-19 14:29:47 +00:00
pkg/nfs feat: add locks for nodeserver publish/unpublish operations 2021-02-16 11:46:10 -08:00
release-tools Merge commit '49247ccebec81a47ea0daa28f2e222acc3cae6de' 2021-02-22 12:19:51 +00:00
test test: refactor verify example test 2021-01-18 14:31:26 +00:00
vendor provide more driver info in logs 2021-02-05 12:26:33 +05:30
.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: add ARCH in Dockerfile 2021-02-22 13:11:21 +00:00
LICENSE Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
Makefile test: set lower logLevel in e2e test 2021-02-11 01:50:14 +00:00
OWNERS doc: add as approver 2020-09-04 15:53:17 +08:00
README.md doc: update supported k8s version 2021-02-17 01:00:33 -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 provide more driver info in logs 2021-02-05 12:26:33 +05:30
go.sum feat: add NodeGetVolumeStats support 2021-01-03 12:02:13 +00:00

README.md

CSI NFS driver

Coverage Status

Overview

This is a repository for NFS CSI Driver. Currently it implements bare minimum of the CSI spec and is in the alpha state of the development.

CSI Feature matrix

nfs.csi.k8s.io K8s version compatibility CSI versions compatibility Dynamic Provisioning Resize Snapshots Raw Block AccessModes Status
master 1.16 + v1.0 + yes no no no Read/Write Multiple Pods Alpha
v2.0.0 1.14 + v1.0 + no no no no Read/Write Multiple Pods Alpha

Requirements

The CSI NFS driver requires Kubernetes cluster of version 1.14 or newer and preexisting NFS server, whether it is deployed on cluster or provisioned independently. The plugin itself provides only a communication layer between resources in the cluser and the NFS 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.