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>
105
105
$ oc adm certificate approve <csr_name>
106
106
----
107
107
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:
110
109
+
111
110
[source,terminal]
112
111
----
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
114
113
----
115
114
116
115
. Verify that the cluster started properly.
You can’t perform that action at this time.
0 commit comments