Skip to content

Commit a240b54

Browse files
authored
Merge pull request #90821 from wgabor0427/OSDOCS-13516-v16
OSDOCS-13516-v16 moved the running line up to first line and put $ in…
2 parents 3cd0c67 + 5f6a449 commit a240b54

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/graceful-restart.adoc

+2-3
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)