Skip to content

Commit bc94ec5

Browse files
committed
add not regarding platform none and restructure
1 parent c386e6a commit bc94ec5

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

post_installation_configuration/configuring-multi-arch-compute-machines/multi-architecture-configuration.adoc

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,30 @@
22
:context: multi-architecture-configuration
33
[id="post-install-multi-architecture-configuration"]
44
= About clusters with multi-architecture compute machines
5+
56
include::_attributes/common-attributes.adoc[]
67

78
toc::[]
89

10+
[role="_abstract"]
911
An {product-title} cluster with multi-architecture compute machines is a cluster that supports compute machines with different architectures.
1012

11-
[NOTE]
12-
====
13-
When there are nodes with multiple architectures in your cluster, the architecture of your image must be consistent with the architecture of the node. You need to 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 link:https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/[Assigning pods to nodes].
14-
====
13+
Configuring multi-architecture compute machines involves some additional considerations:
14+
15+
* When there are nodes with multiple architectures in your cluster, the architecture of the container image that you deploy to a node must be consistent with the architecture of that node. You need to ensure that the pod is assigned to the node with the appropriate architecture and that it matches the container image architecture. For more information on assigning pods to nodes, see link:https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/[Assigning pods to nodes].
16+
17+
* In installer-provisioned installations, you are restricted to using the infrastructure provided by a single cloud provider. Adding external nodes, regardless of their architecture, to these clusters is not supported.
1518
19+
* Clusters that are installed with the platform type `none` are unable to use some features, such as managing compute machines with the Machine API. This limitation applies even if the compute machines that are attached to the cluster are installed on a platform that would normally support the feature. This parameter cannot be changed after installation.
20+
+
1621
[IMPORTANT]
1722
====
18-
The Cluster Samples Operator is not supported on clusters with multi-architecture compute machines. Your cluster can be created without this capability. For more information, see xref:../../installing/overview/cluster-capabilities.adoc#cluster-capabilities[Cluster capabilities].
23+
Review the information in the link:https://access.redhat.com/articles/4207611[guidelines for deploying {product-title} on non-tested platforms] before you attempt to install an {product-title} cluster in virtualized or cloud environments.
1924
====
2025
21-
For information on migrating your single-architecture cluster to a cluster that supports multi-architecture compute machines, see xref:../../updating/updating_a_cluster/migrating-to-multi-payload.adoc#migrating-to-multi-payload[Migrating to a cluster with multi-architecture compute machines].
26+
* The Cluster Samples Operator is not supported on clusters with multi-architecture compute machines. Your cluster can be created without this capability. For more information, see xref:../../installing/overview/cluster-capabilities.adoc#cluster-capabilities[Cluster capabilities].
27+
28+
* For information on migrating your single-architecture cluster to a cluster that supports multi-architecture compute machines, see xref:../../updating/updating_a_cluster/migrating-to-multi-payload.adoc#migrating-to-multi-payload[Migrating to a cluster with multi-architecture compute machines].
2229
2330
== Configuring your cluster with multi-architecture compute machines
2431

@@ -31,14 +38,14 @@ To create a cluster with multi-architecture compute machines with different inst
3138

3239
|xref:../../post_installation_configuration/configuring-multi-arch-compute-machines/creating-multi-arch-compute-nodes-azure.adoc#creating-multi-arch-compute-nodes-azure[Creating a cluster with multi-architecture compute machines on Azure]
3340
|Microsoft Azure
34-
|
41+
|✓
3542
|✓
3643
|`aarch64` or `x86_64`
3744
|`aarch64`, `x86_64`
3845

3946
|xref:../../post_installation_configuration/configuring-multi-arch-compute-machines/creating-multi-arch-compute-nodes-aws.adoc#creating-multi-arch-compute-nodes-aws[Creating a cluster with multi-architecture compute machines on AWS]
4047
|Amazon Web Services (AWS)
41-
|
48+
|✓
4249
|✓
4350
|`aarch64` or `x86_64`
4451
|`aarch64`, `x86_64`

0 commit comments

Comments
 (0)