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
Copy file name to clipboardExpand all lines: modules/installation-configuration-parameters.adoc
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -485,6 +485,8 @@ ifdef::rhv[]
485
485
For details, see the "Additional RHV parameters for machine pools" table.
486
486
endif::rhv[]
487
487
488
+
ifndef::openshift-origin[]
489
+
488
490
ifndef::aws,bare,ibm-power,ibm-z[]
489
491
|`compute.architecture`
490
492
|Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are `amd64` (the default).
@@ -514,6 +516,16 @@ ifdef::ibm-power[]
514
516
|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).
515
517
|String
516
518
endif::ibm-power[]
519
+
endif::openshift-origin[]
520
+
521
+
ifdef::openshift-origin[]
522
+
|`compute.architecture`
523
+
|Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are `amd64` (the default).
524
+
ifdef::aws[]
525
+
See _Supported installation methods for different platforms_ in _Installing_ documentation for information about instance availability.
526
+
endif::aws[]
527
+
|String
528
+
endif::openshift-origin[]
517
529
518
530
|`compute.hyperthreading`
519
531
|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.
@@ -543,6 +555,7 @@ ifdef::rhv[]
543
555
For details, see the "Additional RHV parameters for machine pools" table.
544
556
endif::rhv[]
545
557
558
+
ifndef::openshift-origin[]
546
559
ifndef::aws,bare,ibm-z,ibm-power[]
547
560
|`controlPlane.architecture`
548
561
|Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are `amd64` (the default).
@@ -572,6 +585,16 @@ ifdef::ibm-power[]
572
585
|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).
573
586
|String
574
587
endif::ibm-power[]
588
+
endif::openshift-origin[]
589
+
590
+
ifdef::openshift-origin[]
591
+
|`controlPlane.architecture`
592
+
|Determines the instruction set architecture of the machines in the pool. Currently, clusters with varied architectures are not supported. All pools must specify the same architecture. Valid values are `amd64`.
593
+
ifdef::aws[]
594
+
See _Supported installation methods for different platforms_ in _Installing_ documentation for information about instance availability.
595
+
endif::aws[]
596
+
|String
597
+
endif::openshift-origin[]
575
598
576
599
|`controlPlane.hyperthreading`
577
600
|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.
|The AWS region that the installation program creates compute resources in.
701
724
|Any valid link:https://docs.aws.amazon.com/general/latest/gr/rande.html[AWS region], such as `us-east-1`.
725
+
ifndef::openshift-origin[]
702
726
[IMPORTANT]
703
727
====
704
728
When running on ARM based AWS instances, ensure that you enter a region where AWS Graviton processors are available. See link:https://aws.amazon.com/ec2/graviton/#Global_availability[Global availability] map in the AWS documentation.
@@ -225,13 +229,14 @@ For example, to use DHCP on a NIC that is named `eno1`, set `ip=eno1:dhcp`.
225
229
This configuration does not enable serial console access on machines with a graphical console. To configure a different console, add one or more `console=` arguments to the `kernel` line. For example, add `console=tty0 console=ttyS0` to set the first PC serial port as the primary console and the graphical console as a secondary console. For more information, see link:https://access.redhat.com/articles/7212[How does one set up a serial terminal and/or console in Red Hat Enterprise Linux?].
226
230
====
227
231
+
232
+
ifndef::openshift-origin[]
228
233
[NOTE]
229
234
====
230
235
To network boot the CoreOS `kernel` on `arm64` architecture, you need to use a version of iPXE build with the `IMAGE_GZIP` option enabled. See link:https://ipxe.org/buildcfg/image_gzip[`IMAGE_GZIP` option in iPXE].
231
236
====
237
+
endif::openshift-origin[]
232
238
endif::only-pxe[]
233
-
234
-
ifndef::only-pxe[]
239
+
ifndef::only-pxe,openshift-origin[]
235
240
** For PXE (with UEFI and Grub as second stage) on `arm64`:
236
241
+
237
242
----
@@ -247,7 +252,7 @@ The `coreos.live.rootfs_url` parameter value is the location of the `rootfs` fil
247
252
For example, to use DHCP on a NIC that is named `eno1`, set `ip=eno1:dhcp`.
248
253
<3> Specify the location of the `initramfs` file that you uploaded to your TFTP server.
249
254
250
-
endif::only-pxe[]
255
+
endif::only-pxe,openshift-origin[]
251
256
252
257
. Monitor the progress of the {op-system} installation on the console of the machine.
0 commit comments