Skip to content

Commit

Permalink
Volume cloning doc should mention "bound" PVCs.
Browse files Browse the repository at this point in the history
  • Loading branch information
draghuram committed Sep 23, 2019
1 parent 513199d commit 2b19192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/storage/volume-pvc-datasource.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 bound PVC as a dataSource during new PVC creation.

Users need to be aware of the following when using this feature:

Expand Down

0 comments on commit 2b19192

Please sign in to comment.