File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CSI NFS driver
2
2
3
- ## Kubernetes
3
+ ## Overview
4
+
5
+ This is a repository for [ NFS] ( https://en.wikipedia.org/wiki/Network_File_System ) [ CSI] ( https://kubernetes-csi.github.io/docs/ ) Driver.
6
+ Currently it implements bare minimum of the CSI and the state is alpha.
7
+
8
+ #### CSI Feature matrix
9
+
10
+ | ** nfs.csi.k8s.io** | CSI versions compatibility| Dynamic Provisioning | Resize | Snapshots | Raw Block | AccessModes | Status |
11
+ | --------------------| ---------------------------| ----------------------------------| ----------------------------------| ----------------------------------| ----------------------------------| --------------------------| --------|
12
+ | master | v1.0.0, v1.1.0 | <div class =" text-red " > no </div > | <div class =" text-red " > no </div > | <div class =" text-red " > no </div > | <div class =" text-red " > no </div > | Read/Write Multiple Pods | Alpha |
13
+ | v1.0.0 | v1.0.0, v1.1.0 | <div class =" text-red " > no </div > | <div class =" text-red " > no </div > | <div class =" text-red " > no </div > | <div class =" text-red " > no </div > | Read/Write Multiple Pods | Alpha |
14
+
4
15
### Requirements
5
16
6
17
The folllowing feature gates and runtime config have to be enabled to deploy the driver
You can’t perform that action at this time.
0 commit comments