From 2a6d6d63037fd3b16455601e3f84ddc23cb82bfb Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 10 Feb 2022 12:42:53 +0530 Subject: [PATCH] Add compatibility matrix, release..etc to the README Signed-off-by: Humble Chirammal --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 2a27ba7f..f297ba57 100644 --- a/README.md +++ b/README.md @@ -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