Zurück zum Ranking
kubernetes-csi/csi-driver-nfs
GoThis driver allows Kubernetes to access NFS server on Linux node.
k8s-sig-storagenfscsikubernetes
Kennzahlen
Sterne-Wachstum
Sterne
1.3k
Forks
318
Wochenwachstum
—
Issues
4
5001k
Jan. 2023Aug. 2023März 2024Okt. 2024Mai 2025Dez. 2025Juli 2026
ArtefakteGo Modules
go get github.com/kubernetes-csi/csi-driver-nfsREADME
NFS CSI Driver for Kubernetes
About
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
Container Images & Kubernetes Compatibility
| Driver Version | Supported K8s Version | Status |
|---|---|---|
| master branch | 1.21+ | GA |
| v4.13.4 | 1.21+ | GA |
| v4.12.1 | 1.21+ | GA |
| v4.11.0 | 1.21+ | GA |
Driver Parameters
Please refer to nfs.csi.k8s.io driver parameters.
Installation
Install the driver on a Kubernetes cluster:
- Install by Helm charts
- Install by kubectl
You can also install NFS CSI driver on MicroK8s.
Examples
Troubleshooting
Development
Please refer to the development guide.
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.
Links
Ähnliche Repositories