File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments