You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this sample, `<infrastructure_id>` is the infrastructure ID label that is based on the cluster ID that you set when you provisioned the cluster, and
<1> Specify the infrastructure ID that is based on the cluster ID that you set when you provisioned the cluster. If you have the OpenShift CLI (`oc`) installed, you can obtain the infrastructure ID by running the following command:
<2> Specify the infrastructure ID and `infra` node label.
117
+
<3> Specify the `infra` node label.
118
+
endif::infra[]
130
119
<4> Specify the vSphere VM network to deploy the compute machine set to. This VM network must be where other compute machines reside in the cluster.
131
120
<5> Specify the vSphere VM template to use, such as `user-5ddjd-rhcos`.
132
121
<6> Specify the vCenter data center to deploy the compute machine set on.
133
122
<7> Specify the vCenter datastore to deploy the compute machine set on.
134
123
<8> Specify the path to the vSphere VM folder in vCenter, such as `/dc1/vm/user-inst-5ddjd`.
135
124
<9> Specify the vSphere resource pool for your VMs.
136
125
<10> Specify the vCenter server IP or fully qualified domain name.
137
-
endif::infra[]
138
126
ifdef::infra[]
139
-
<2> Specify the infrastructure ID and `<infra>` node label.
140
-
<3> Specify the `<infra>` node label.
141
-
<4> Specify a taint to prevent user workloads from being scheduled on infra nodes.
127
+
<11> Specify a taint to prevent user workloads from being scheduled on infra nodes.
142
128
+
143
129
[NOTE]
144
130
====
145
131
After adding the `NoSchedule` taint on the infrastructure node, existing DNS pods running on that node are marked as `misscheduled`. You must either delete or link:https://access.redhat.com/solutions/6592171[add toleration on `misscheduled` DNS pods].
146
132
====
147
-
148
-
<5> Specify the vSphere VM network to deploy the compute machine set to. This VM network must be where other compute machines reside in the cluster.
149
-
<6> Specify the vSphere VM template to use, such as `user-5ddjd-rhcos`.
150
-
<7> Specify the vCenter data center to deploy the compute machine set on.
151
-
<8> Specify the vCenter datastore to deploy the compute machine set on.
152
-
<9> Specify the path to the vSphere VM folder in vCenter, such as `/dc1/vm/user-inst-5ddjd`.
153
-
<10> Specify the vSphere resource pool for your VMs.
154
-
<11> Specify the vCenter server IP or fully qualified domain name.
0 commit comments