Volume cloning doc should mention "bound" PVCs. (#16521)

pull/16540/head
Raghuram Devarakonda 2019-09-24 13:57:29 -04:00 committed by Kubernetes Prow Robot
parent 4d029700cf
commit dc9f71bead
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ The {{< glossary_tooltip text="CSI" term_id="csi" >}} Volume Cloning feature add
A Clone is defined as a duplicate of an existing Kubernetes Volume that can be consumed as any standard Volume would be. The only difference is that upon provisioning, rather than creating a "new" empty Volume, the back end device creates an exact duplicate of the specified Volume.
The implementation of cloning, from the perspective of the Kubernetes API simply adds the ability to specify an existing unbound PVC as a dataSource during new pvc creation.
The implementation of cloning, from the perspective of the Kubernetes API, simply adds the ability to specify an existing PVC as a dataSource during new PVC creation. The source PVC must be bound and available (not in use).
Users need to be aware of the following when using this feature: