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: installing/installing-preparing.adoc
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,12 @@ Before you install an {product-title} cluster, you need to select the best insta
18
18
If you want to install and manage {product-title} yourself, you can install it on the following platforms:
19
19
20
20
* Alibaba Cloud
21
-
* Amazon Web Services (AWS) on x86_64 instances
21
+
* Amazon Web Services (AWS) on `x86_64` instances
22
22
ifndef::openshift-origin[]
23
-
* Amazon Web Services (AWS) on arm64 instances
23
+
* Amazon Web Services (AWS) on `arm64` instances
24
24
endif::openshift-origin[]
25
-
* Microsoft Azure
25
+
* Microsoft Azure on `x86_64` instances
26
+
* Microsoft Azure on `arm64` instances
26
27
* Microsoft Azure Stack Hub
27
28
* Google Cloud Platform (GCP)
28
29
* {rh-openstack-first}
@@ -127,13 +128,14 @@ Not all installation options are supported for all platforms, as shown in the fo
127
128
//This table is for all flavors of OpenShift, except OKD. A separate table is required because OKD does not support multiple AWS architecture types. Trying to maintain one table using conditions, while convenient, is very fragile and prone to publishing errors.
128
129
ifndef::openshift-origin[]
129
130
|===
130
-
||Alibaba |AWS (x86_64) |AWS (arm64) |Azure |Azure Stack Hub |GCP |Nutanix |{rh-openstack} |RHV |Bare metal (x86_64) |Bare metal (arm64) |vSphere |VMC |IBM Cloud VPC |IBM Z |IBM Power
131
+
||Alibaba |AWS (x86_64) |AWS (arm64) |Azure (x86_64) |Azure (arm64)|Azure Stack Hub |GCP |Nutanix |{rh-openstack} |RHV |Bare metal (x86_64) |Bare metal (arm64) |vSphere |VMC |IBM Cloud VPC |IBM Z |IBM Power
Copy file name to clipboardExpand all lines: modules/installation-azure-marketplace-subscribe.adoc
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,11 @@ endif::mapi[]
30
30
* While the images are the same, the Azure Marketplace publisher is different depending on your region. If you are located in North America, specify `redhat` as the publisher. If you are located in EMEA, specify `redhat-limited` as the publisher.
31
31
* The offer includes a `rh-ocp-worker` SKU and a `rh-ocp-worker-gen1` SKU. The `rh-ocp-worker` SKU represents a Hyper-V generation version 2 VM image. The default instance types used in {product-title} are version 2 compatible. If you are going to use an instance type that is only version 1 compatible, use the image associated with the `rh-ocp-worker-gen1` SKU. The `rh-ocp-worker-gen1` SKU represents a Hyper-V version 1 VM image.
32
32
33
+
[IMPORTANT]
34
+
====
35
+
Installing images with the Azure marketplace is not supported on clusters with `arm64` instances.
Copy file name to clipboardExpand all lines: modules/installation-configuration-parameters.adoc
+8-20Lines changed: 8 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -489,23 +489,17 @@ endif::rhv[]
489
489
490
490
ifndef::openshift-origin[]
491
491
492
-
ifndef::aws,bare,ibm-power,ibm-z[]
492
+
ifndef::aws,bare,ibm-power,ibm-z,azure[]
493
493
|`compute.architecture`
494
494
|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).
495
495
|String
496
-
endif::aws,bare,ibm-power,ibm-z[]
496
+
endif::aws,bare,ibm-power,ibm-z,azure[]
497
497
498
-
ifdef::aws[]
498
+
ifdef::aws,bare,azure[]
499
499
|`compute.architecture`
500
500
|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` and `arm64`. See _Supported installation methods for different platforms_ in _Installing_ documentation for information about instance availability.
501
501
|String
502
-
endif::aws[]
503
-
504
-
ifdef::bare[]
505
-
|`compute.architecture`
506
-
|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` and `arm64`.
507
-
|String
508
-
endif::bare[]
502
+
endif::aws,bare,azure[]
509
503
510
504
ifdef::ibm-z[]
511
505
|`compute.architecture`
@@ -562,23 +556,17 @@ For details, see the "Additional RHV parameters for machine pools" table.
562
556
endif::rhv[]
563
557
564
558
ifndef::openshift-origin[]
565
-
ifndef::aws,bare,ibm-z,ibm-power[]
559
+
ifndef::aws,bare,ibm-z,ibm-power,azure[]
566
560
|`controlPlane.architecture`
567
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).
568
562
|String
569
-
endif::aws,bare,ibm-z,ibm-power[]
563
+
endif::aws,bare,ibm-z,ibm-power,azure[]
570
564
571
-
ifdef::aws[]
565
+
ifdef::aws,bare,azure[]
572
566
|`controlPlane.architecture`
573
567
|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` and `arm64`. See _Supported installation methods for different platforms_ in _Installing_ documentation for information about instance availability.
574
568
|String
575
-
endif::aws[]
576
-
577
-
ifdef::bare[]
578
-
|`controlPlane.architecture`
579
-
|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` and `arm64`.
0 commit comments