We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 943d8ec + a1936fa commit 1776cc1Copy full SHA for 1776cc1
modules/lvms-scaling-storage-expand-pvc.adoc
@@ -24,7 +24,7 @@ To expand a PVC, you must update the `storage` field in the PVC.
24
[source,terminal]
25
----
26
$ oc patch pvc <pvc_name> -n <application_namespace> \ <1>
27
---type=merge -p \ '{ "spec": { "resources": { "requests": { "storage": "<desired_size>" }}}}' <2>
+ --type=merge -p \ '{ "spec": { "resources": { "requests": { "storage": "<desired_size>" }}}}' <2>
28
29
<1> Replace `<pvc_name>` with the name of the PVC that you want to expand.
30
<2> Replace `<desired_size>` with the new size to expand the PVC.
0 commit comments