From c131ca441e8f284a21777dc04bbd0123bcb220e0 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Wed, 15 Apr 2020 19:12:05 +0200 Subject: [PATCH 1/2] Decrease the recommended version It was increased by mistake. 1.17 provides all features that the external-attacher needs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca06e508a..6e6a1ba076 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ This information reflects the head of this branch. | Compatible with CSI Version | Container Image | Min K8s Version | Recommended K8s Version | | ------------------------------------------------------------------------------------------ | ----------------------------| --------------- | ----------------------- | -| [CSI Spec v1.2.0](https://github.com/container-storage-interface/spec/releases/tag/v1.2.0) | quay.io/k8scsi/csi-attacher | 1.14 | 1.18 | +| [CSI Spec v1.2.0](https://github.com/container-storage-interface/spec/releases/tag/v1.2.0) | quay.io/k8scsi/csi-attacher | 1.14 | 1.17 | ## Feature Status From 79d4bce39c3cadbec14c03d779a6d43fecf320ca Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Wed, 15 Apr 2020 19:19:32 +0200 Subject: [PATCH 2/2] Add links to "version" definitions To make it clear what the term means. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e6a1ba076..f929a73c03 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ The external-attacher is an external controller that monitors `VolumeAttachment` This information reflects the head of this branch. -| Compatible with CSI Version | Container Image | Min K8s Version | Recommended K8s Version | -| ------------------------------------------------------------------------------------------ | ----------------------------| --------------- | ----------------------- | -| [CSI Spec v1.2.0](https://github.com/container-storage-interface/spec/releases/tag/v1.2.0) | quay.io/k8scsi/csi-attacher | 1.14 | 1.17 | +| 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.2.0](https://github.com/container-storage-interface/spec/releases/tag/v1.2.0) | quay.io/k8scsi/csi-attacher | 1.14 | 1.17 | ## Feature Status