Skip to content

kubernetes-csi/csi-driver-nfs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 16, 2020 18:38
October 3, 2023 03:32
November 4, 2023 15:27
October 3, 2023 04:01
November 16, 2020 20:36
February 12, 2022 05:16
February 20, 2019 09:10
September 16, 2022 17:44
May 21, 2021 09:27
June 7, 2023 08:28

NFS CSI driver for Kubernetes

build status Coverage Status

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.21+ GA
v4.4.0 1.21+ GA
v4.3.0 1.21+ GA
v4.2.0 1.21+ GA

Install driver on a Kubernetes cluster

install NFS CSI driver on microk8s

Driver parameters

Please refer to nfs.csi.k8s.io driver parameters

Examples

Troubleshooting

Kubernetes Development

Please refer to development guide

View CI Results

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.