1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/installing/installing_aws/upi/installing-aws-multiarch-support-upi.adoc

31 lines
2.2 KiB
Plaintext

:_mod-docs-content-type: ASSEMBLY
[id="upi-aws-multiarch-support"]
= Installing a cluster with the support for configuring multi-architecture compute machines
include::_attributes/common-attributes.adoc[]
:context: upi-aws-multiarch-support
toc::[]
An {product-title} cluster with multi-architecture compute machines supports compute machines with different architectures.
[NOTE]
====
When you have nodes with multiple architectures in your cluster, the architecture of your image must be consistent with the architecture of the node. You must ensure that the pod is assigned to the node with the appropriate architecture and that it matches the image architecture. For more information on assigning pods to nodes, see xref:../../../post_installation_configuration/configuring-multi-arch-compute-machines/multi-architecture-compute-managing.adoc#scheduling-workloads-on-clusters-with-multi-architecture-compute-machines[Scheduling workloads on clusters with multi-architecture compute machines].
====
You can install an AWS cluster with the support for configuring multi-architecture compute machines. After installing the AWS cluster, you can add multi-architecture compute machines to the cluster in the following ways:
* Adding 64-bit x86 compute machines to a cluster that uses 64-bit ARM control plane machines and already includes 64-bit ARM compute machines. In this case, 64-bit x86 is considered the secondary architecture.
* Adding 64-bit ARM compute machines to a cluster that uses 64-bit x86 control plane machines and already includes 64-bit x86 compute machines. In this case, 64-bit ARM is considered the secondary architecture.
include::snippets/about-multiarch-tuning-operator.adoc[]
include::modules/installing-a-cluster-with-multiarch-support.adoc[leveloffset=+1]
.Next steps
* xref:../../../installing/installing_aws/ipi/installing-aws-localzone.adoc#installation-launching-installer_installing-aws-localzone[Deploying the cluster]
[role="_additional-resources"]
.Additional resources
* xref:../../../post_installation_configuration/configuring-multi-arch-compute-machines/multiarch-tuning-operator.adoc#multiarch-tuning-operator[Managing workloads on multi-architecture clusters by using the Multiarch Tuning Operator]