Skip to content

Commit 5da4f25

Browse files
authored
Merge pull request #90829 from openshift-cherrypick-robot/cherry-pick-90821-to-enterprise-4.16
[enterprise-4.16] OSDOCS-13516-v16 moved the running line up to first line and put $ in…
2 parents a2213f0 + 3d6dc11 commit 5da4f25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/graceful-restart.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,11 @@ $ oc describe csr <csr_name> <1>
105105
$ oc adm certificate approve <csr_name>
106106
----
107107

108-
. After the control plane and worker nodes are ready, mark all the nodes in the cluster as schedulable.
109-
Run the following command:
108+
. After the control plane and compute nodes are ready, mark all the nodes in the cluster as schedulable by running the following command:
110109
+
111110
[source,terminal]
112111
----
113-
for node in $(oc get nodes -o jsonpath='{.items[*].metadata.name}'); do echo ${node} ; oc adm uncordon ${node} ; done
112+
$ for node in $(oc get nodes -o jsonpath='{.items[*].metadata.name}'); do echo ${node} ; oc adm uncordon ${node} ; done
114113
----
115114

116115
. Verify that the cluster started properly.

0 commit comments

Comments
 (0)