Skip to content

Commit

Permalink
Add info about plugin compatibility and features
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakjan committed Mar 15, 2020
1 parent 6c3e1fd commit 376d3f0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 376d3f0

Please sign in to comment.