From 376d3f0ae60177efd0c85cecdb7627135aec11ee Mon Sep 17 00:00:00 2001 From: Jan Wozniak Date: Sun, 15 Mar 2020 14:33:39 +0100 Subject: [PATCH] Add info about plugin compatibility and features --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d3e76473..4cef8cf2c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ # CSI NFS driver -## Kubernetes +## Overview + +This is a repository for [NFS](https://en.wikipedia.org/wiki/Network_File_System) [CSI](https://kubernetes-csi.github.io/docs/) Driver. +Currently it implements bare minimum of the CSI and the state is alpha. + +#### CSI Feature matrix + +| **nfs.csi.k8s.io** | CSI versions compatibility| Dynamic Provisioning | Resize | Snapshots | Raw Block | AccessModes | Status | +|--------------------|---------------------------|----------------------|--------|-----------|-----------|--------------------------|--------| +|master | v1.0.0, v1.1.0 | no | no | no | no | Read/Write Multiple Pods | Alpha | +|v1.0.0 | v1.0.0, v1.1.0 | no | no | no | no | Read/Write Multiple Pods | Alpha | + ### Requirements The folllowing feature gates and runtime config have to be enabled to deploy the driver