diff --git a/modules/storage-create-storage-class.adoc b/modules/storage-create-storage-class.adoc index 0eb3396d3d..23832960fa 100644 --- a/modules/storage-create-storage-class.adoc +++ b/modules/storage-create-storage-class.adoc @@ -30,7 +30,14 @@ persistent volumes. .. Select the reclaim policy. -.. Select `{Provisioner}` from the drop down list. +.. Select `{Provisioner}` from the drop-down list. ++ +ifeval::["{Provisioner}" == "kubernetes.io/aws-ebs"] +[NOTE] +==== +To create the storage class with the equivalent CSI driver, select `{CsiDriver}` from the drop-down list. For more details, see xref:../persistent_storage/persistent-storage-aws.adoc#additional-resources[Additional Resources]. +==== +endif::[] .. Enter additional parameters for the storage class as desired. diff --git a/storage/persistent_storage/persistent-storage-aws.adoc b/storage/persistent_storage/persistent-storage-aws.adoc index e270ab0e54..b96017bec4 100644 --- a/storage/persistent_storage/persistent-storage-aws.adoc +++ b/storage/persistent_storage/persistent-storage-aws.adoc @@ -36,13 +36,11 @@ storage provider. For {product-title}, automatic migration from AWS EBS in-tree to the Container Storage Interface (CSI) driver is available as a Technology Preview (TP) feature. With migration enabled, volumes provisioned using the existing in-tree driver are automatically migrated to use the AWS EBS CSI driver For more information, see xref:../container_storage_interface/persistent-storage-csi-migration.adoc#persistent-storage-csi-migration[CSI automatic migration feature]. -== Additional resources - -* See xref:../../storage/container_storage_interface/persistent-storage-csi-ebs.adoc#persistent-storage-csi-ebs[AWS Elastic Block Store CSI Driver Operator] for information about accessing additional storage options, such as volume snapshots, that are not possible with in-tree volume plug-ins. // Defining attributes required by the next module :StorageClass: EBS :Provisioner: kubernetes.io/aws-ebs +:CsiDriver: ebs.csi.aws.com include::modules/storage-create-storage-class.adoc[leveloffset=+1] @@ -52,3 +50,8 @@ include::modules/storage-persistent-storage-creating-volume-claim.adoc[leveloffs include::modules/storage-persistent-storage-volume-format.adoc[leveloffset=+1] include::modules/storage-persistent-storage-aws-maximum-volumes.adoc[leveloffset=+1] + +[id="additional-resources_persistent-storage-aws"] +== Additional resources + +* See xref:../../storage/container_storage_interface/persistent-storage-csi-ebs.adoc#persistent-storage-csi-ebs[AWS Elastic Block Store CSI Driver Operator] for information about accessing additional storage options, such as volume snapshots, that are not possible with in-tree volume plug-ins.