Added note for capacity of source volume (#19140)

* Added note for capacity of source volume

* Updated as per sytle guide to use active voice
pull/19481/head
Kubernetes Prow Robot 2020-03-04 14:26:38 -08:00 committed by GitHub
parent 474def5b14
commit db26d4620d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ spec:
name: pvc-1
```
{{< note >}}
You must specify a capacity value for `spec.resources.requests.storage`, and the value you specify must be the same or larger than the capacity of the source volume.
{{< /note >}}
The result is a new PVC with the name `clone-of-pvc-1` that has the exact same content as the specified source `pvc-1`.
## Usage