Skip to content

Commit 75d7903

Browse files
authored
Merge pull request #101568 from navaneethas/patch-1
Update nodes-pods-adjust-resources-in-place-about.adoc
2 parents ad9965a + 9c88dd5 commit 75d7903

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/nodes-pods-adjust-resources-in-place-about.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ $ oc edit pod <pod_name> --subresource resize
5050

5151
[source,terminal]
5252
----
53-
$ apply -f <file_name>.yaml --subresource resize
53+
$ oc apply -f <file_name>.yaml --subresource resize
5454
----
5555

5656
[source,terminal]
5757
----
58-
$ patch pod <pod_name> --subresource resize --patch \
58+
$ oc patch pod <pod_name> --subresource resize --patch \
5959
'{"spec":{"containers":[{"name":"pause", "resources":{"requests":{"cpu":"800m"}, "limits":{"cpu":"800m"}}}]}}'
6060
----
6161

0 commit comments

Comments
 (0)