Added note for capacity of source volume (#19378)

This commit is contained in:
huccshen
2020-03-01 15:10:40 +08:00
committed by GitHub
parent f9fccfe338
commit f15d40ad38
@@ -121,6 +121,14 @@ spec:
name: pvc-1
```
<!--
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 >}}
你必须为 `spec.resources.requests.storage` 指定一个值,并且你指定的值必须大于或等于源卷的值。
{{< /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`.
-->