Skip to content

Commit

Permalink
Merge pull request #98 from humblec/readme
Browse files Browse the repository at this point in the history
Add compatibility matrix, release..etc to the README
  • Loading branch information
k8s-ci-robot committed Feb 11, 2022
2 parents 735d8a5 + 2a6d6d6 commit 3e1116b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CSI ISCSI driver

The CSI ISCSI driver is a sidecar container that dynamically attach/mount,
detach/unmount of volumes by performing Node operations as a response to the
kubelet requests when workload/application pod get scheduled to a node based on
CSI GRPC calls.

## Compatibility

This information reflects the head of this branch.

| Compatible with CSI Version | Container Image | [Min K8s Version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) | [Recommended K8s Version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#recommended-version) |
| ------------------------------------------------------------------------------------------ | -------------------------------| --------------- | ------------- |
| [CSI Spec v1.5.0](https://github.com/container-storage-interface/spec/releases/tag/v1.5.0) | k8s.gcr.io/sig-storage/csi-provisioner | 1.20 | 1.22 |

## Status

The
release [v0.1.0](https://github.com/kubernetes-csi/csi-driver-iscsi/releases/tag/v0.1.0)
is available as a pre-release for trying out this driver.

## Usage:

### Start ISCSI driver
Expand Down

0 comments on commit 3e1116b

Please sign in to comment.