Skip to content

Commit 3957384

Browse files
committed
Add info about plugin compatibility and features
1 parent 6c3e1fd commit 3957384

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# CSI NFS driver
22

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+
415
### Requirements
516

617
The folllowing feature gates and runtime config have to be enabled to deploy the driver

0 commit comments

Comments
 (0)