csi-driver-nfs
csi-driver-nfs copied to clipboard
This driver allows Kubernetes to access NFS server on Linux node.
NFS CSI driver for Kubernetes
Overview
This is a repository for NFS CSI driver, csi plugin name: nfs.csi.k8s.io
. This driver requires 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 NFS server.
Project status: GA
Container Images & Kubernetes Compatibility:
driver version | supported k8s version | status |
---|---|---|
master branch | 1.20+ | GA |
v4.1.0 | 1.20+ | GA |
v4.0.0 | 1.20+ | GA |
v3.1.0 | 1.19+ | beta |
Install driver on a Kubernetes cluster
- install by kubectl
- install by helm charts
Driver parameters
Please refer to nfs.csi.k8s.io
driver parameters
Examples
- Basic usage
- fsGroupPolicy
Troubleshooting
- CSI driver troubleshooting guide
Kubernetes Development
Please refer to development guide
View CI Results
- testgrid sig-storage-csi-nfs dashboard.
- Driver image build pipeline: post-csi-driver-nfs-push-images
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.