Skip to content

Commit 9d77911

Browse files
authored
Merge pull request #82681 from Shubhampwrredhat/patch-4
Update oc edit command from the "Scaling down the data plane to zero" section.
2 parents e5e238f + baefbe9 commit 9d77911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/scale-down-data-plane.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $ oc get nodepool --namespace <hosted_cluster_namespace>
3333
+
3434
[source,terminal]
3535
----
36-
$ oc edit NodePool <nodepool> -o yaml --namespace <hosted_cluster_namespace>
36+
$ oc edit nodepool <nodepool_name> --namespace <hosted_cluster_namespace>
3737
----
3838
+
3939
.Example output

0 commit comments

Comments
 (0)