Added note for capacity of source volume (#19140)

* Added note for capacity of source volume

* Updated as per sytle guide to use active voice
This commit is contained in:
Kubernetes Prow Robot
2020-03-04 14:26:38 -08:00
committed by GitHub
parent 474def5b14
commit db26d4620d
@@ -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