This driver allows Kubernetes to access NFS server. The driver requires an existing and already configured NFSv3 or NFSv4 server. It supports dynamic provisioning of Persistent Volumes via Persistent Volume Claims by creating a new sub directory under the NFS server.
- CSI plugin name:
nfs.csi.k8s.io - Project status: GA
| Driver Version | Supported K8s Version | Status |
|---|---|---|
| master branch | 1.21+ | GA |
| v4.13.1 | 1.21+ | GA |
| v4.12.1 | 1.21+ | GA |
| v4.11.0 | 1.21+ | GA |
Please refer to nfs.csi.k8s.io driver parameters.
Install the driver on a Kubernetes cluster:
- Install by Helm charts
- Install by kubectl
You can also install NFS CSI driver on MicroK8s.
Please refer to the development guide.
- TestGrid sig-storage-csi-nfs dashboard.
- Driver image build pipeline: post-csi-driver-nfs-push-images
Learn how to engage with the Kubernetes community on the community page.
You can reach the maintainers of this project at:
Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.