Skip to content

Commit ccf501c

Browse files
committed
Updating 4.13+ and main branches per new architecutre guidelines
1 parent 8ffa241 commit ccf501c

23 files changed

+43
-43
lines changed

installing/installing-preparing.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Before you install an {product-title} cluster, you need to select the best insta
1818
If you want to install and manage {product-title} yourself, you can install it on the following platforms:
1919

2020
* Alibaba Cloud
21-
* Amazon Web Services (AWS) on `x86_64` instances
21+
* Amazon Web Services (AWS) on 64-bit x86 instances
2222
ifndef::openshift-origin[]
23-
* Amazon Web Services (AWS) on `arm64` instances
23+
* Amazon Web Services (AWS) on 64-bit ARM instances
2424
endif::openshift-origin[]
25-
* Microsoft Azure on `x86_64` instances
26-
* Microsoft Azure on `arm64` instances
25+
* Microsoft Azure on 64-bit x86 instances
26+
* Microsoft Azure on 64-bit ARM instances
2727
* Microsoft Azure Stack Hub
2828
* Google Cloud Platform (GCP)
2929
* {rh-openstack-first}
@@ -129,7 +129,7 @@ Not all installation options are supported for all platforms, as shown in the fo
129129
//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.
130130
ifndef::openshift-origin[]
131131
|===
132-
||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 |{ibmzProductName} |{ibmpowerProductName} |{ibmpowerProductName} Virtual Server
132+
||Alibaba |AWS (64-bit x86) |AWS (64-bit ARM) |Azure (64-bit x86) |Azure (64-bit ARM)|Azure Stack Hub |GCP |Nutanix |{rh-openstack} |RHV |Bare metal (64-bit x86) |Bare metal (64-bit ARM) |vSphere |VMC |IBM Cloud VPC |{ibmzProductName} |{ibmpowerProductName} |{ibmpowerProductName} Virtual Server
133133

134134
|Default
135135
|xref:../installing/installing_alibaba/installing-alibaba-default.adoc#installing-alibaba-default[✓]
@@ -469,7 +469,7 @@ endif::openshift-origin[]
469469
//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.
470470
ifndef::openshift-origin[]
471471
|===
472-
||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 |{ibmzProductName} |{ibmzProductName} with {op-system-base} KVM |{ibmpowerProductName} |Platform agnostic
472+
||Alibaba |AWS (64-bit x86) |AWS (64-bit ARM) |Azure (64-bit x86) |Azure (64-bit ARM) |Azure Stack Hub |GCP |Nutanix |{rh-openstack} |RHV |Bare metal (64-bit x86) |Bare metal (64-bit ARM) |vSphere |VMC |IBM Cloud VPC |{ibmzProductName} |{ibmzProductName} with {op-system-base} KVM |{ibmpowerProductName} |Platform agnostic
473473

474474
|Custom
475475
|

installing/installing_on_prem_assisted/installing-on-prem-assisted.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

9-
You can install {product-title} on on-premise hardware or on-premise VMs using the {ai-full}. Installing {product-title} using the {ai-full} supports both x86-64 and arm64 CPU architectures.
9+
You can install {product-title} on on-premise hardware or on-premise VMs using the {ai-full}. Installing {product-title} using the {ai-full} supports both x86-64 and AArch64 CPU architectures.
1010

1111
include::modules/assisted-installer-using-the-assisted-installer.adoc[leveloffset=+1]
1212

modules/architecture-rhcos-updating-bootloader.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Component EFI
4141
----
4242
ifndef::openshift-origin[]
4343
+
44-
.Example output for `arm64`
44+
.Example output for `aarch64`
4545
[source, terminal]
4646
----
4747
Component EFI

modules/assisted-installer-setting-the-cluster-details.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The base domain must be a valid DNS name. You must not have a wild card domain s
3535

3636
. Optional: The {ai-full} already has the pull secret associated to your account. If you want to use a different pull secret, select *Edit pull secret*.
3737

38-
. Optional: {ai-full} defaults to using `x86_64` CPU architecture. If you are installing {product-title} on `arm64` CPUs, select *Use arm64 CPU architecture*. Keep in mind, some features are not available with `arm64` CPU architecture.
38+
. Optional: {ai-full} defaults to using x86_64 CPU architecture. If you are installing {product-title} on 64-bit ARM CPUs, select *Use arm64 CPU architecture*. Keep in mind, some features are not available with 64-bit ARM CPU architecture.
3939

4040
. Optional: If you are using a static IP configuration for the cluster nodes instead of DHCP reservations, select *Static network configuration*.
4141

modules/installation-aws-ami-stream-metadata.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To parse the stream metadata, use one of the following methods:
2828
2929
** Print the current `x86_64`
3030
ifndef::openshift-origin[]
31-
or `arm64`
31+
or `aarch64`
3232
endif::openshift-origin[]
3333
AMI for an AWS region, such as `us-west-1`:
3434
+
@@ -45,7 +45,7 @@ ami-0d3e625f84626bbda
4545
----
4646
+
4747
ifndef::openshift-origin[]
48-
.For arm64
48+
.For aarch64
4949
[source,terminal]
5050
----
5151
$ openshift-install coreos print-stream-json | jq -r '.architectures.aarch64.images.aws.regions["us-west-1"].image'

modules/installation-aws-arm-tested-machine-types.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
// installing/installing_aws/installing-restricted-networks-aws.adoc
1111

1212
[id="installation-aws-arm-tested-machine-types_{context}"]
13-
= Tested instance types for AWS ARM
13+
= Tested instance types for AWS on 64-bit ARM infrastructures
1414

15-
The following Amazon Web Services (AWS) ARM instance types have been tested with {product-title}.
15+
The following Amazon Web Services (AWS) 64-bit ARM instance types have been tested with {product-title}.
1616

1717
[NOTE]
1818
====
1919
Use the machine types included in the following charts for your AWS ARM instances. If you use an instance type that is not listed in the chart, ensure that the instance size you use matches the minimum resource requirements that are listed in "Minimum resource requirements for cluster installation".
2020
====
2121

22-
.Machine types based on arm64 architecture
22+
.Machine types based on 64-bit ARM architecture
2323
[%collapsible]
2424
====
2525
include::https://raw.githubusercontent.com/openshift/installer/master/docs/user/aws/tested_instance_types_aarch64.md[]

modules/installation-aws-tested-machine-types.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Use the machine types included in the following charts for your AWS instances. I
3131
====
3232

3333
ifndef::localzone[]
34-
.Machine types based on x86_64 architecture
34+
.Machine types based on 64-bit x86 architecture
3535
[%collapsible]
3636
====
3737
include::https://raw.githubusercontent.com/openshift/installer/master/docs/user/aws/tested_instance_types_x86_64.md[]
3838
====
3939
endif::localzone[]
4040
ifdef::localzone[]
41-
.Machine types based on x86_64 architecture for AWS Local Zones
41+
.Machine types based on 64-bit x86 architecture for AWS Local Zones
4242
[%collapsible]
4343
====
4444
* `c5.*`

modules/installation-aws-upload-custom-rhcos-ami.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ $ aws ec2 register-image \
145145
----
146146
<1> The {op-system} VMDK architecture type, like `x86_64`,
147147
ifndef::openshift-origin[]
148-
`arm64`,
148+
`aarch64`,
149149
endif::openshift-origin[]
150150
`s390x`, or `ppc64le`.
151151
<2> The `Description` from the imported snapshot.

modules/installation-aws-user-infra-rhcos-ami.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ifndef::openshift-origin[]
111111

112112
|===
113113

114-
.arm64 {op-system} AMIs
114+
.aarch64 {op-system} AMIs
115115

116116
[cols="2a,2a",options="header"]
117117
|===

modules/installation-azure-arm-tested-machine-types.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
// installing/installing_azure/installing-azure-vnet.adoc
1010

1111
[id="installation-azure-arm-tested-machine-types_{context}"]
12-
= Tested instance types for Azure ARM
12+
= Tested instance types for Azure on 64-bit ARM infrastructures
1313

14-
The following Microsoft Azure instance types have been tested with {product-title}.
14+
The following Microsoft Azure ARM64 instance types have been tested with {product-title}.
1515

16-
.Machine types
16+
.Machine types based on 64-bit ARM architecture
1717
[%collapsible]
1818
====
1919
include::https://raw.githubusercontent.com/openshift/installer/master/docs/user/azure/tested_instance_types_aarch64.md[]

0 commit comments

Comments
 (0)