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
= Creating an `arm64` boot image using the Azure image gallery
8
+
= Creating an arm64 boot image using the Azure image gallery
9
9
10
-
To configure your multi-architecture cluster, you must create an `arm64` boot image and add it to your Azure compute machine set. The following procedure describes how to manually generate an `arm64` boot image.
10
+
To configure your cluster with multi-architecture compute machines, you must create an `arm64` boot image and add it to your Azure compute machine set. The following procedure describes how to manually generate an `arm64` boot image.
= Importing manifest lists in image streams on your multi-architecture cluster
8
+
= Importing manifest lists in image streams on your multi-architecture compute machines
9
9
10
-
On a {product-title} {product-version} multi-architecture cluster, the image streams in the cluster do not import manifest lists automatically. You must manually change the default `importMode` option to the `PreserveOriginal` option in order to import the manifest list.
10
+
On an {product-title} {product-version} cluster with multi-architecture compute machines, the image streams in the cluster do not import manifest lists automatically. You must manually change the default `importMode` option to the `PreserveOriginal` option in order to import the manifest list.
= Adding a compute machine set to your cluster using the `arm64` boot image
8
+
= Adding a multi-architecture compute machine set to your cluster using the arm64 boot image
9
9
10
-
To add `arm64` worker nodes to your multi-architecture cluster, you must create an Azure compute machine set that uses the `arm64` boot image. To create your own custom compute machine set on Azure, see "Creating a compute machine set on Azure".
10
+
To add `arm64` compute nodes to your cluster, you must create an Azure compute machine set that uses the `arm64` boot image. To create your own custom compute machine set on Azure, see "Creating a compute machine set on Azure".
= Configuring multi-architecture compute machines on an {product-title}cluster
5
5
include::_attributes/common-attributes.adoc[]
6
6
7
7
toc::[]
8
8
9
-
A multi-architecture cluster is a cluster that supports worker machines with different architectures. You can deploy a multi-architecture cluster by creating an Azure installer-provisioned cluster using the multi-architecture installer binary. For Azure installation, see xref:../installing/installing_azure/installing-azure-customizations.adoc[Installing a cluster on Azure with customizations].
9
+
An {product-title} cluster with multi-architecture compute machines is a cluster that supports compute machines with different architectures. You can deploy a cluster with multi-architecture compute machines by creating an Azure installer-provisioned cluster using the multi-architecture installer binary. For Azure installation, see xref:../installing/installing_azure/installing-azure-customizations.adoc[Installing a cluster on Azure with customizations].
10
10
11
11
[WARNING]
12
12
====
13
-
The multi-architecture clusters Technology Preview feature has limited usability with installing, upgrading, and running payloads.
13
+
The multi-architecture compute machines Technology Preview feature has limited usability with installing, upgrading, and running payloads.
14
14
====
15
15
16
-
The following procedures explain how to generate an `arm64` boot image and create an Azure compute machine set with the `arm64` boot image. This will add `arm64`worker nodes to your multi-architecture cluster and deploy the desired amount of ARM64 virtual machines (VM). This section also shows how to upgrade your existing cluster to a multi-architecture cluster. Multi-architecture clusters are only available on Azure installer-provisioned infrastructures with `x86_64` control planes.
16
+
The following procedures explain how to generate an `arm64` boot image and create an Azure compute machine set with the `arm64` boot image. This adds `arm64`compute nodes to your cluster and deploys the desired amount of `arm64` virtual machines (VM). This section also shows how to upgrade your existing cluster to a cluster that supports multi-architecture compute machines. Clusters with multi-architecture compute machines are only available on Azure installer-provisioned infrastructures with `x86_64` control plane machines.
17
17
18
-
:FeatureName: Multi-architecture clusters for {product-title} on Azure installer-provisioned infrastructure installations
18
+
:FeatureName: {product-title} clusters with multi-architecture compute machines on Azure installer-provisioned infrastructure installations
0 commit comments