diff --git a/modules/persistent-storage-csi-snapshots-overview.adoc b/modules/persistent-storage-csi-snapshots-overview.adoc index 186a505676..6ed373c2cc 100644 --- a/modules/persistent-storage-csi-snapshots-overview.adoc +++ b/modules/persistent-storage-csi-snapshots-overview.adoc @@ -30,4 +30,3 @@ Be aware of the following when using volume snapshots: * {product-title} only ships with select CSI drivers. For CSI drivers that are not provided by an {product-title} Driver Operator, it is recommended to use the CSI drivers provided by link:https://kubernetes-csi.github.io/docs/drivers.html[community or storage vendors]. Follow the installation instructions provided by the CSI driver. * CSI drivers may or may not have implemented the volume snapshot functionality. CSI drivers that have provided support for volume snapshots will likely use the `csi-external-snapshotter` sidecar. See documentation provided by the CSI driver for details. -* {product-title} {product-version} supports version 1.1.0 of the link:https://github.com/container-storage-interface/spec[CSI specification]. diff --git a/storage/container_storage_interface/persistent-storage-csi.adoc b/storage/container_storage_interface/persistent-storage-csi.adoc index 7f403959cb..7bddbc714e 100644 --- a/storage/container_storage_interface/persistent-storage-csi.adoc +++ b/storage/container_storage_interface/persistent-storage-csi.adoc @@ -11,6 +11,11 @@ storage from storage back ends that implement the link:https://github.com/container-storage-interface/spec[CSI interface] as persistent storage. +[NOTE] +==== +{product-title} {product-version} supports version 1.5.0 of the link:https://github.com/container-storage-interface/spec[CSI specification]. +==== + include::modules/persistent-storage-csi-architecture.adoc[leveloffset=+1] include::modules/persistent-storage-csi-external-controllers.adoc[leveloffset=+2]