Go to file
David L. Whitehurst 0b3a10d234
cluster misspelled
2021-09-14 16:52:45 -04:00
.github test: fix go mod issue with go1.16 2021-03-07 12:09:11 +00:00
CHANGELOG Add 2.0 changelog 2020-04-16 18:38:40 -07:00
charts chore: upgrade sidcar container versions 2021-09-03 13:34:47 +00:00
cmd/nfsplugin feat: support alternative driver name 2021-07-10 12:33:55 +00:00
deploy Add usage using hack/verify-examples.sh 2021-09-08 11:56:48 +09: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 feat: support alternative driver name 2021-07-10 12:33:55 +00:00
release-tools Merge commit '77ffb0c50d661ea2a20e082201024fc08b7fdf7a' into prow-update-master 2021-09-10 18:50:40 +00:00
test test: upgrade csi-provisioner to v3.0.0 in external e2e test 2021-09-06 12:49:25 +00:00
vendor Bump k8s to v0.21.0 2021-04-26 09:48:33 +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 chore: upgrade base image to fix CVE issue 2021-05-12 10:45:03 +00:00
LICENSE Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
Makefile feat: support fsGroupPolicy feature 2021-05-29 08:24:32 +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 cluster misspelled 2021-09-14 16:52:45 -04:00
RELEASE.md Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
SECURITY_CONTACTS Squashed 'release-tools/' changes from c0a4fb1d..5489de6e 2021-09-10 18:50:20 +00:00
cloudbuild.yaml Squashed 'release-tools/' changes from c0a4fb1d..5489de6e 2021-09-10 18:50:20 +00:00
code-of-conduct.md Initial commit from kubernetes-template-project 2018-09-18 11:51:05 -07:00
go.mod Bump k8s to v0.21.0 2021-04-26 09:48:33 +01:00
go.sum Bump k8s to v0.21.0 2021-04-26 09:48:33 +01: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 cluster 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.