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
// If install-config.yaml is generated by openshift-install
165
-
ifndef::bare,ibm-z[]
173
+
ifndef::bare,ibm-power,ibm-z[]
166
174
Before you deploy an {product-title} cluster, you provide parameter values to describe your account on the cloud platform that hosts your cluster and optionally customize your cluster's platform. When you create the `install-config.yaml` installation configuration file, you provide values for the required parameters through the command line. If you customize your cluster, you can modify the `install-config.yaml` file to provide more details about the platform.
167
-
endif::bare,ibm-z[]
175
+
endif::bare,ibm-power,ibm-z[]
168
176
// If the user manually creates install-config.yaml
169
-
ifdef::bare,ibm-z[]
177
+
ifdef::bare,ibm-power,ibm-z[]
170
178
Before you deploy an {product-title} cluster, you provide a customized `install-config.yaml` installation configuration file that describes the details for your environment.
171
-
endif::bare,ibm-z[]
179
+
endif::bare,ibm-power,ibm-z[]
172
180
173
181
[NOTE]
174
182
====
@@ -426,18 +434,24 @@ Optional installation configuration parameters are described in the following ta
426
434
|The configuration for the machines that comprise the compute nodes.
427
435
|Array of `MachinePool` objects. For details, see the following "Machine-pool" table.
428
436
429
-
ifndef::ibm-z[]
437
+
ifndef::ibm-z,ibm-power[]
430
438
|`compute.architecture`
431
439
|Determines the instruction set architecture of the machines in the pool. Currently, heteregeneous clusters are not supported, so all pools must specify the same architecture. Valid values are `amd64` (the default).
432
440
|String
433
-
endif::ibm-z[]
441
+
endif::ibm-z,ibm-power[]
434
442
435
443
ifdef::ibm-z[]
436
444
|`compute.architecture`
437
445
|Determines the instruction set architecture of the machines in the pool. Currently, heteregeneous clusters are not supported, so all pools must specify the same architecture. Valid values are `s390x` (the default).
438
446
|String
439
447
endif::ibm-z[]
440
448
449
+
ifdef::ibm-power[]
450
+
|`compute.architecture`
451
+
|Determines the instruction set architecture of the machines in the pool. Currently, heteregeneous clusters are not supported, so all pools must specify the same architecture. Valid values are `ppc64le` (the default).
452
+
|String
453
+
endif::ibm-power[]
454
+
441
455
|`compute.hyperthreading`
442
456
|Whether to enable or disable simultaneous multithreading, or `hyperthreading`, on compute machines. By default, simultaneous multithreading is enabled to increase the performance of your machines' cores.
443
457
[IMPORTANT]
@@ -463,18 +477,24 @@ accounts for the dramatically decreased machine performance.
463
477
|The configuration for the machines that comprise the control plane.
464
478
|Array of `MachinePool` objects. For details, see the following "Machine-pool" table.
465
479
466
-
ifndef::ibm-z[]
480
+
ifndef::ibm-z,ibm-power[]
467
481
|`controlPlane.architecture`
468
482
|Determines the instruction set architecture of the machines in the pool. Currently, heterogeneous clusters are not supported, so all pools must specify the same architecture. Valid values are `amd64` (the default).
469
483
|String
470
-
endif::ibm-z[]
484
+
endif::ibm-z,ibm-power[]
471
485
472
486
ifdef::ibm-z[]
473
487
|`controlPlane.architecture`
474
488
|Determines the instruction set architecture of the machines in the pool. Currently, heterogeneous clusters are not supported, so all pools must specify the same architecture. Valid values are `s390x` (the default).
475
489
|String
476
490
endif::ibm-z[]
477
491
492
+
ifdef::ibm-power[]
493
+
|`controlPlane.architecture`
494
+
|Determines the instruction set architecture of the machines in the pool. Currently, heterogeneous clusters are not supported, so all pools must specify the same architecture. Valid values are `ppc64le` (the default).
495
+
|String
496
+
endif::ibm-power[]
497
+
478
498
|`controlPlane.hyperthreading`
479
499
|Whether to enable or disable simultaneous multithreading, or `hyperthreading`, on control plane machines. By default, simultaneous multithreading is enabled to increase the performance of your machines' cores.
0 commit comments