Added note for capacity of source volume (#19140)
* Added note for capacity of source volume * Updated as per sytle guide to use active voicepull/19481/head
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
|
||||
|
|
Loading…
Reference in New Issue