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
<1> If you do not provide these parameters and values, the installation program provides the default value.
74
78
<2> The `controlPlane` section is a single mapping, but the compute section is a sequence of mappings. To meet the requirements of the different data structures, the first line of the `compute` section must begin with a hyphen, `-`, and the first line of the `controlPlane` section must not. Although both sections currently define a single machine pool, it is possible that {product-title} will support defining multiple compute pools during installation. Only one control plane pool is used.
@@ -87,11 +91,17 @@ If you disable simultaneous multithreading, ensure that your capacity planning a
87
91
//====
88
92
//<6> You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
89
93
//endif::openshift-origin[]
90
-
<4> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
91
-
<5> The name of an existing resource group.
92
-
<6> Required. The installation program prompts you for this value.
94
+
<4> The smtLevel specifies the level of SMT to set to the control plane and compute machines. The supported values are 1, 2, 4, 8, `'off'` and `'on'`. The default value is 8. The smtLevel `'off'` sets SMT to off and smtlevel `'on'` sets SMT to the default value 8 on the cluster nodes.
95
+
+
96
+
[NOTE]
97
+
====
98
+
When simultaneous multithreading (SMT), or hyperthreading is not enabled, one vCPU is equivalent to one physical core. When enabled, total vCPUs is computed as: (Thread(s) per core * Core(s) per socket) * Socket(s). The smtLevel controls the threads per core. Lower SMT levels may require additional assigned cores when deploying the cluster nodes. You can do this by setting the `'processors'` parameter in the `install-config.yaml` file to an appropriate value to meet the requirements for deploying {product-title} successfully.
99
+
====
100
+
<5> The cluster network plugin to install. The supported value is `OVNKubernetes`.
101
+
<6> The name of an existing resource group.
102
+
<7> Required. The installation program prompts you for this value.
93
103
ifdef::openshift-origin[]
94
-
<7> You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
104
+
<8> Optional. You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
<1> If you do not provide these parameters and values, the installation program provides the default value.
148
162
<2> The `controlPlane` section is a single mapping, but the compute section is a sequence of mappings. To meet the requirements of the different data structures, the first line of the `compute` section must begin with a hyphen, `-`, and the first line of the `controlPlane` section must not. Both sections currently define a single machine pool. Only one control plane pool is used.
149
163
<3> Whether to enable or disable simultaneous multithreading, or `hyperthreading`. By default, simultaneous multithreading is enabled to increase the performance of your machines' cores. You can disable it by setting the parameter value to `Disabled`. If you disable simultaneous multithreading in some cluster machines, you must disable it in all cluster machines.
150
-
<4> The machine CIDR must contain the subnets for the compute machines and control plane machines.
151
-
<5> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
152
-
<6> Specify the name of an existing VPC.
153
-
<7> How to publish the user-facing endpoints of your cluster. Set publish to `Internal` to deploy a private cluster.
154
-
<8> Required. The installation program prompts you for this value.
155
-
<9> Provide the `sshKey` value that you use to access the machines in your cluster.
164
+
<4> The smtLevel specifies the level of SMT to set to the control plane and compute machines. The supported values are 1, 2, 4, 8, `'off'` and `'on'`. The default value is 8. The smtLevel `'off'` sets SMT to off and smtlevel `'on'` sets SMT to the default value 8 on the cluster nodes.
165
+
+
166
+
[NOTE]
167
+
====
168
+
When simultaneous multithreading (SMT), or hyperthreading is not enabled, one vCPU is equivalent to one physical core. When enabled, total vCPUs is computed as (Thread(s) per core * Core(s) per socket) * Socket(s). The smtLevel controls the threads per core. Lower SMT levels may require additional assigned cores when deploying the cluster nodes. You can do this by setting the `'processors'` parameter in the `install-config.yaml` file to an appropriate value to meet the requirements for deploying {product-title} successfully.
169
+
====
170
+
<5> The machine CIDR must contain the subnets for the compute machines and control plane machines.
171
+
<6> The cluster network plugin to install. The supported value is `OVNKubernetes`.
172
+
<7> Specify the name of an existing VPC.
173
+
<8> Specify how to publish the user-facing endpoints of your cluster. Set publish to `Internal` to deploy a private cluster.
174
+
<9> Required. The installation program prompts you for this value.
175
+
<10> Provide the `sshKey` value that you use to access the machines in your cluster.
<1> If you do not provide these parameters and values, the installation program provides the default value.
228
252
<2> The `controlPlane` section is a single mapping, but the compute section is a sequence of mappings. To meet the requirements of the different data structures, the first line of the `compute` section must begin with a hyphen, `-`, and the first line of the `controlPlane` section must not. Both sections currently define a single machine pool. Only one control plane pool is used.
229
253
<3> Whether to enable or disable simultaneous multithreading, or `hyperthreading`. By default, simultaneous multithreading is enabled to increase the performance of your machines' cores. You can disable it by setting the parameter value to `Disabled`. If you disable simultaneous multithreading in some cluster machines, you must disable it in all cluster machines.
230
-
<4> The machine CIDR must contain the subnets for the compute machines and control plane machines.
231
-
<5> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
232
-
<6> Specify the name of an existing VPC.
233
-
<7> Specify the name of the existing VPC subnet. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.
234
-
<8> How to publish the user-facing endpoints of your cluster.
235
-
<9> Required. The installation program prompts you for this value.
236
-
<10> Provide the `sshKey` value that you use to access the machines in your cluster.
254
+
<4> The smtLevel specifies the level of SMT to set to the control plane and compute machines. The supported values are 1, 2, 4, 8, `'off'` and `'on'`. The default value is 8. The smtLevel `'off'` sets SMT to off and smtlevel `'on'` sets SMT to the default value 8 on the cluster nodes.
255
+
+
256
+
[NOTE]
257
+
====
258
+
When simultaneous multithreading (SMT), or hyperthreading is not enabled, one vCPU is equivalent to one physical core. When enabled, total vCPUs is computed as (Thread(s) per core * Core(s) per socket) * Socket(s). The smtLevel controls the threads per core. Lower SMT levels may require additional assigned cores when deploying the cluster nodes. You can do this by setting the `'processors'` parameter in the `install-config.yaml` file to an appropriate value to meet the requirements for deploying {product-title} successfully.
259
+
====
260
+
<5> The machine CIDR must contain the subnets for the compute machines and control plane machines.
261
+
<6> The cluster network plugin for installation. The supported value is `OVNKubernetes`.
262
+
<7> Specify the name of an existing VPC.
263
+
<8> Specify the name of the existing VPC subnet. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.
264
+
<9> Specify how to publish the user-facing endpoints of your cluster.
265
+
<10> Required. The installation program prompts you for this value.
266
+
<11> Provide the `sshKey` value that you use to access the machines in your cluster.
If you disable simultaneous multithreading, ensure that your capacity planning accounts for the dramatically decreased machine performance. Use larger machine types, such as `n1-standard-8`, for your machines if you disable simultaneous multithreading.
324
358
====
325
-
<5> The machine CIDR must contain the subnets for the compute machines and control plane machines.
326
-
<6> The CIDR must contain the subnets defined in `platform.ibmcloud.controlPlaneSubnets` and `platform.ibmcloud.computeSubnets`.
327
-
<7> The cluster network plugin to install. The supported values are `OVNKubernetes` and `OpenShiftSDN`. The default value is `OVNKubernetes`.
328
-
<8> The name of an existing resource group. The existing VPC and subnets should be in this resource group. The cluster is deployed to this resource group.
329
-
<9> Specify the name of an existing VPC.
330
-
<10> Specify the name of the existing VPC subnet. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.
331
-
<11> For `<local_registry>`, specify the registry domain name, and optionally the port, that your mirror registry uses to serve content. For example, registry.example.com or registry.example.com:5000. For `<credentials>`, specify the base64-encoded user name and password for your mirror registry.
332
-
<12> You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
333
-
<13> Provide the contents of the certificate file that you used for your mirror registry.
334
-
<14> Provide the `imageContentSources` section from the output of the command to mirror the repository.
359
+
<5> The smtLevel specifies the level of SMT to set to the control plane and compute machines. The supported values are 1, 2, 4, 8, `'off'` and `'on'`. The default value is 8. The smtLevel `'off'` sets SMT to off and smtlevel `'on'` sets SMT to the default value 8 on the cluster nodes.
360
+
+
361
+
[NOTE]
362
+
====
363
+
When simultaneous multithreading (SMT), or hyperthreading is not enabled, one vCPU is equivalent to one physical core. When enabled, total vCPUs is computed as (Thread(s) per core * Core(s) per socket) * Socket(s). The smtLevel controls the threads per core. Lower SMT levels may require additional assigned cores when deploying the cluster nodes. You can do this by setting the `'processors'` parameter in the `install-config.yaml` file to an appropriate value to meet the requirements for deploying {product-title} successfully.
364
+
====
365
+
<6> The machine CIDR must contain the subnets for the compute machines and control plane machines.
366
+
<7> The CIDR must contain the subnets defined in `platform.ibmcloud.controlPlaneSubnets` and `platform.ibmcloud.computeSubnets`.
367
+
<8> The cluster network plugin to install. The supported value is `OVNKubernetes`.
368
+
<9> The name of an existing resource group. The existing VPC and subnets should be in this resource group. The cluster is deployed to this resource group.
369
+
<10> Specify the name of an existing VPC.
370
+
<11> Specify the name of the existing VPC subnet. The subnets must belong to the VPC that you specified. Specify a subnet for each availability zone in the region.
371
+
<12> For `<local_registry>`, specify the registry domain name, and optionally the port, that your mirror registry uses to serve content. For example, registry.example.com or registry.example.com:5000. For `<credentials>`, specify the base64-encoded user name and password for your mirror registry.
372
+
<13> You can optionally provide the `sshKey` value that you use to access the machines in your cluster.
373
+
<14> Provide the contents of the certificate file that you used for your mirror registry.
374
+
<15> Provide the `imageContentSources` section from the output of the command to mirror the repository.
0 commit comments