Skip to content

kubernetes-csi/csi-driver-nfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9a2fa88 · Apr 11, 2021
Mar 7, 2021
Apr 17, 2020
Apr 11, 2021
Jan 19, 2021
Apr 11, 2021
Mar 11, 2021
Feb 19, 2021
Feb 16, 2021
Mar 24, 2021
Apr 7, 2021
Feb 5, 2021
Oct 14, 2020
Nov 16, 2020
Jan 16, 2021
Feb 20, 2019
Sep 18, 2018
Feb 22, 2021
Sep 18, 2018
Feb 11, 2021
Sep 4, 2020
Feb 17, 2021
Sep 18, 2018
Sep 18, 2018
Oct 14, 2020
Sep 18, 2018
Mar 7, 2021
Mar 7, 2021

Repository files navigation

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