Skip to content

Commit 93cc9fd

Browse files
author
Lisa Pettyjohn
committed
OSDOCS-3792:Volume populators
1 parent c8ded8a commit 93cc9fd

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * storage/container_storage_interface/persistent-storage-csi.adoc
4+
5+
:_content-type: CONCEPT
6+
[id="persistent-storage-csi-vol-populator_{context}"]
7+
= Volume populators
8+
9+
Volume populators use the `datasource` field in a persistent volume claim (PVC) spec to to create pre-populated volumes.
10+
11+
Volume population is currently enabled, and supported as a Technology Preview feature. However, {product-title} does not ship with any volume populators.
12+
13+
:FeatureName: Volume populators
14+
include::snippets/technology-preview.adoc[leveloffset=+1]

storage/container_storage_interface/persistent-storage-csi.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ include::modules/persistent-storage-csi-drivers-supported.adoc[leveloffset=+1]
2727
include::modules/persistent-storage-csi-dynamic-provisioning.adoc[leveloffset=+1]
2828

2929
include::modules/persistent-storage-csi-mysql-example.adoc[leveloffset=+1]
30+
31+
include::modules/persistent-storage-csi-vol-populator.adoc[leveloffset=+1]
32+
33+
For more information about volume populators, see link:https://kubernetes.io/blog/2022/05/16/volume-populators-beta/[Kubernetes volume populators].

0 commit comments

Comments
 (0)