From 5bb7de9923218b3497121fb95a8ea547a4c4de62 Mon Sep 17 00:00:00 2001 From: Bob Furu Date: Wed, 3 Jun 2020 11:25:18 -0400 Subject: [PATCH] Remove CSI spec ref in note --- .../container_storage_interface/persistent-storage-csi.adoc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/storage/container_storage_interface/persistent-storage-csi.adoc b/storage/container_storage_interface/persistent-storage-csi.adoc index 75da87f8c7..e5fc1f19bd 100644 --- a/storage/container_storage_interface/persistent-storage-csi.adoc +++ b/storage/container_storage_interface/persistent-storage-csi.adoc @@ -6,7 +6,7 @@ include::modules/common-attributes.adoc[] toc::[] The Container Storage Interface (CSI) allows {product-title} to consume -storage from storage backends that implement the +storage from storage back ends that implement the link:https://github.com/container-storage-interface/spec[CSI interface] as persistent storage. @@ -18,9 +18,6 @@ link:https://kubernetes-csi.github.io/docs/drivers.html[community or storage ven Installation instructions differ by driver, and are found in each driver's documentation. Follow the instructions provided by the CSI driver. - -{product-title} {product-version} supports version 1.1.0 of the -link:https://github.com/container-storage-interface/spec[CSI specification]. ==== include::modules/persistent-storage-csi-architecture.adoc[leveloffset=+1]