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
* See link:https://www.ibm.com/support/knowledgecenter/en/SSB27U_7.1.0/com.ibm.zvm.v710.hcpa6/bhslzvs.htm[Bridging a HiperSockets LAN with a z/VM Virtual Switch] in the IBM Knowledge Center.
50
+
* See link:https://www.ibm.com/docs/en/zvm/7.1?topic=networks-bridging-hipersockets-lan-zvm-virtual-switch[Bridging a HiperSockets LAN with a z/VM Virtual Switch] in IBM Documentation.
51
+
51
52
* See link:http://public.dhe.ibm.com/software/dw/linux390/perf/zvm_hpav00.pdf[Scaling HyperPAV alias devices on Linux guests on z/VM] for performance optimization.
// If install-config.yaml is generated by openshift-install
149
-
ifndef::bare[]
165
+
ifndef::bare,ibm-z[]
150
166
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.
151
-
endif::bare[]
167
+
endif::bare,ibm-z[]
152
168
// If the user manually creates install-config.yaml
153
-
ifdef::bare[]
169
+
ifdef::bare,ibm-z[]
154
170
Before you deploy an {product-title} cluster, you provide a customized `install-config.yaml` installation configuration file that describes the details for your environment.
155
-
endif::bare[]
171
+
endif::bare,ibm-z[]
156
172
157
173
[NOTE]
158
174
====
@@ -194,7 +210,7 @@ The string must be 14 characters or fewer long.
194
210
endif::osp[]
195
211
196
212
|`platform`
197
-
|The configuration for the specific platform upon which to perform the installation: `aws`, `baremetal`, `azure`, `openstack`, `ovirt`, `vsphere`. For additional information about `platform.<platform>` parameters, consult the table for your specific platform that follows.
213
+
|The configuration for the specific platform upon which to perform the installation: `aws`, `baremetal`, `azure`, `openstack`, `ovirt`, `vsphere`, or `{}`. For additional information about `platform.<platform>` parameters, consult the table for your specific platform that follows.
198
214
|Object
199
215
200
216
ifndef::openshift-origin[]
@@ -410,9 +426,17 @@ Optional installation configuration parameters are described in the following ta
410
426
|The configuration for the machines that comprise the compute nodes.
411
427
|Array of `MachinePool` objects. For details, see the following "Machine-pool" table.
412
428
429
+
ifndef::ibm-z[]
413
430
|`compute.architecture`
414
431
|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).
415
432
|String
433
+
endif::ibm-z[]
434
+
435
+
ifdef::ibm-z[]
436
+
|`compute.architecture`
437
+
|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
+
|String
439
+
endif::ibm-z[]
416
440
417
441
|`compute.hyperthreading`
418
442
|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.
@@ -439,9 +463,17 @@ accounts for the dramatically decreased machine performance.
439
463
|The configuration for the machines that comprise the control plane.
440
464
|Array of `MachinePool` objects. For details, see the following "Machine-pool" table.
441
465
466
+
ifndef::ibm-z[]
442
467
|`controlPlane.architecture`
443
468
|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).
444
469
|String
470
+
endif::ibm-z[]
471
+
472
+
ifdef::ibm-z[]
473
+
|`controlPlane.architecture`
474
+
|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
+
|String
476
+
endif::ibm-z[]
445
477
446
478
|`controlPlane.hyperthreading`
447
479
|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