1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-15215#Volume populators TP > GA

This commit is contained in:
Lisa Pettyjohn
2025-07-08 12:08:17 -04:00
committed by openshift-cherrypick-robot
parent 51860c0e12
commit 16b4d1c86e
7 changed files with 401 additions and 14 deletions

View File

@@ -0,0 +1,30 @@
:_mod-docs-content-type: ASSEMBLY
[id="persistent-storage-csi-vol-populators"]
= Volume populators
include::_attributes/common-attributes.adoc[]
:context: persistent-storage-csi-vol-populators
toc::[]
Volume Populators enable the automatic pre-loading of data into a volume during dynamic provisioning, instead of provisioning an empty volume.
include::modules/persistent-storage-csi-vol-populator.adoc[leveloffset=+1]
== Creating volume populators
To create and use volume populators:
. Create a custom resource definition (CRD) for volume populators.
. Create a prepopulated volume using a volume populator.
include::modules/persistent-storage-csi-vol-populator-procedure-admin.adoc[leveloffset=+2]
For information about how to prepopulate volumes using a volume populator, see xref:../../storage/container_storage_interface/persistent-storage-csi-vol-populators.adoc#persistent-storage-csi-vol-populator-procedure_persistent-storage-csi-vol-populators[Creating prepoluated volumes with volume populators].
include::modules/persistent-storage-csi-vol-populator-procedure.adoc[leveloffset=+2]
include::modules/persistent-storage-csi-vol-populator-uninstall.adoc[leveloffset=+2]
// TP features should be excluded from OSD and ROSA. When this feature is GA, it can be included in the OSD/ROSA docs, but with a warning that it is available as of version 4.x
//This features is GA in OCP 4.20

View File

@@ -38,11 +38,4 @@ endif::openshift-rosa,openshift-rosa-hcp[]
include::modules/persistent-storage-csi-dynamic-provisioning.adoc[leveloffset=+1]
include::modules/persistent-storage-csi-mysql-example.adoc[leveloffset=+1]
// TP features should be excluded from OSD and ROSA. When this feature is GA, it can be included in the OSD/ROSA docs, but with a warning that it is available as of version 4.x.
ifndef::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
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].
endif::openshift-dedicated,openshift-rosa,openshift-rosa-hcp[]
include::modules/persistent-storage-csi-mysql-example.adoc[leveloffset=+1]