From 2590a1b9cef9201593ea17a9d6778c4cfbdb0d02 Mon Sep 17 00:00:00 2001 From: Lisa Pettyjohn Date: Wed, 2 Nov 2022 11:01:12 -0400 Subject: [PATCH] OSDOCS-3792:Volume populators --- modules/persistent-storage-csi-vol-populator.adoc | 14 ++++++++++++++ .../persistent-storage-csi.adoc | 4 ++++ 2 files changed, 18 insertions(+) create mode 100644 modules/persistent-storage-csi-vol-populator.adoc diff --git a/modules/persistent-storage-csi-vol-populator.adoc b/modules/persistent-storage-csi-vol-populator.adoc new file mode 100644 index 0000000000..5149ef7777 --- /dev/null +++ b/modules/persistent-storage-csi-vol-populator.adoc @@ -0,0 +1,14 @@ +// Module included in the following assemblies: +// +// * storage/container_storage_interface/persistent-storage-csi.adoc + +:_content-type: CONCEPT +[id="persistent-storage-csi-vol-populator_{context}"] += Volume populators + +Volume populators use the `datasource` field in a persistent volume claim (PVC) spec to to create pre-populated volumes. + +Volume population is currently enabled, and supported as a Technology Preview feature. However, {product-title} does not ship with any volume populators. + +:FeatureName: Volume populators +include::snippets/technology-preview.adoc[leveloffset=+1] \ No newline at end of file diff --git a/storage/container_storage_interface/persistent-storage-csi.adoc b/storage/container_storage_interface/persistent-storage-csi.adoc index 7bddbc714e..19483b66d4 100644 --- a/storage/container_storage_interface/persistent-storage-csi.adoc +++ b/storage/container_storage_interface/persistent-storage-csi.adoc @@ -27,3 +27,7 @@ include::modules/persistent-storage-csi-drivers-supported.adoc[leveloffset=+1] include::modules/persistent-storage-csi-dynamic-provisioning.adoc[leveloffset=+1] include::modules/persistent-storage-csi-mysql-example.adoc[leveloffset=+1] + +include::modules/persistent-storage-csi-vol-populator.adoc[leveloffset=+1] + +For more information about volume populators, see link:https://kubernetes.io/blog/2022/05/16/volume-populators-beta/[Kubernetes volume populators]. \ No newline at end of file