Skip to content

Commit b186d71

Browse files
authored
Merge pull request #56306 from kelbrown20/OSDOCS-4038-Azure-multi-arch-GA
OSDOCS-4038: Multi-arch on Azure GA docs updates
2 parents 92c0b33 + 226058d commit b186d71

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

modules/multi-architecture-creating-arm64-bootimage.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
= Creating an arm64 boot image using the Azure image gallery
99

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.
10+
The following procedure describes how to manually generate an `arm64` boot image.
1111

1212
.Prerequisites
1313

post_installation_configuration/multi-architecture-configuration.adoc

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,17 @@ include::_attributes/common-attributes.adoc[]
66

77
toc::[]
88

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].
9+
An {product-title} cluster with multi-architecture compute machines is a cluster that supports compute machines with different architectures. Clusters with multi-architecture compute machines are available only on AWS or Azure installer-provisioned infrastructures and bare metal user-provisioned infrastructures with `x86_64` control plane machines.
1010

11-
[WARNING]
12-
====
13-
The multi-architecture compute machines Technology Preview feature has limited usability with installing, upgrading, and running payloads.
14-
====
11+
== Creating a cluster with multi-architecture compute machine on Azure
1512

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.
13+
To deploy an Azure cluster with multi-architecture compute machines, you must first create a single-architecture Azure installer-provisioned cluster that uses the multi-architecture installer binary. For more information on Azure installations, see xref:../installing/installing_azure/installing-azure-customizations.adoc[Installing a cluster on Azure with customizations]. You can then add an `arm64` compute machine set to your cluster to create a cluster with multi-architecture compute machines.
1714

18-
:FeatureName: {product-title} clusters with multi-architecture compute machines on Azure installer-provisioned infrastructure installations
19-
include::snippets/technology-preview.adoc[leveloffset=+1]
15+
The following procedures explain how to generate an `arm64` boot image and create an Azure compute machine set that uses the `arm64` boot image. This adds `arm64` compute nodes to your cluster and deploys the amount of `arm64` virtual machines (VM) that you need.
2016

21-
include::modules/multi-architecture-creating-arm64-bootimage.adoc[leveloffset=+1]
17+
include::modules/multi-architecture-creating-arm64-bootimage.adoc[leveloffset=+2]
2218

23-
include::modules/multi-architecture-modify-machine-set.adoc[leveloffset=+1]
19+
include::modules/multi-architecture-modify-machine-set.adoc[leveloffset=+2]
2420

2521
[role="_additional-resources"]
2622
.Additional resources

0 commit comments

Comments
 (0)