Go to file
andyzhangx 46e7e4b542 chore: update latest chart 2021-01-25 12:24:49 +00:00
.github fix: reduce driver logs 2021-01-20 06:53:19 +00:00
CHANGELOG
charts chore: update latest chart 2021-01-25 12:24:49 +00:00
cmd/nfsplugin chore: use klog instead of glog 2021-01-19 14:37:40 +00:00
deploy chore: reduce csi sidecar container logs 2021-01-20 06:57:52 +00:00
docs Enable spelling and boilerplate checks in prow and local tests 2021-01-16 14:59:57 +05:30
hack fix: reduce driver logs 2021-01-20 06:53:19 +00:00
pkg/nfs chore: rename indentityserver.go to identityserver.go 2021-01-21 04:00:56 +00:00
release-tools Merge commit '5b7c4506ad0dd649042fb624a0b8fbb32d505caa' into enable-spelling-boilerplate-check 2021-01-16 00:35:15 +05:30
test test: refactor verify example test 2021-01-18 14:31:26 +00:00
vendor chore: use klog instead of glog 2021-01-19 14:37:40 +00:00
.cloudbuild.sh
.gitignore
.prow.sh Enable spelling and boilerplate checks in prow and local tests 2021-01-16 14:59:57 +05:30
.travis.yml
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile test: refactor verify example test 2021-01-18 14:31:26 +00:00
OWNERS
README.md
RELEASE.md
SECURITY_CONTACTS
cloudbuild.yaml
code-of-conduct.md
go.mod chore: use klog instead of glog 2021-01-19 14:37:40 +00:00
go.sum

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.14 + 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.