1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS#11234: Installing a cluster with the support for configuring multi-architecture compute machines

This commit is contained in:
srir
2024-09-11 13:31:08 +05:30
committed by openshift-cherrypick-robot
parent 8273a66ef9
commit 2e50292253
5 changed files with 157 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
:_mod-docs-content-type: ASSEMBLY
[id="ipi-aws-multiarch-support"]
= Installing a cluster with the support for configuring multi-architecture compute machines
include::_attributes/common-attributes.adoc[]
:context: ipi-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, 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-first} cluster with the support for configuring multi-architecture compute machines. After installing the 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-customizations.adoc#installation-launching-installer_installing-aws-customizations[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]

View File

@@ -0,0 +1,31 @@
:_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]