From 34a96873031edc19cad65938977d976971124fcc Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Wed, 15 Apr 2020 20:02:59 +0200 Subject: [PATCH] Add links to version in README To clarify what the version means. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53b7610d..1e6892b9 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Blog post for the beta feature can be found [here](https://kubernetes.io/blog/20 This information reflects the head of this branch. -| Compatible with CSI Version | Container Image | Min K8s Version | Snapshot CRD version | +| Compatible with CSI Version | Container Image | [Min K8s Version](https://kubernetes-csi.github.io/docs/kubernetes-compatibility.html#minimum-version) | Snapshot CRD version | | ------------------------------------------------------------------------------------------ | ----------------------------| --------------- | -------------------- | | [CSI Spec v1.0.0](https://github.com/container-storage-interface/spec/releases/tag/v1.0.0) | quay.io/k8scsi/csi-snapshotter | 1.17 | v1beta1 | | [CSI Spec v1.0.0](https://github.com/container-storage-interface/spec/releases/tag/v1.0.0) | quay.io/k8scsi/snapshot-controller | 1.17 | v1beta1 |