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
Copy file name to clipboardExpand all lines: modules/hcp-aws-deploy-hc.adoc
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,18 @@
8
8
9
9
You can deploy a hosted cluster on {aws-first} by using the `hcp` command-line interface (CLI).
10
10
11
+
By default for {hcp} on {aws-first}, you use an AMD64 hosted cluster. However, you can enable {hcp} to run on an ARM64 hosted cluster. For more information, see "Running hosted clusters on an ARM64 architecture".
12
+
13
+
For compatible combinations of node pools and hosted clusters, see the following table:
14
+
15
+
.Compatible architectures for node pools and hosted clusters
16
+
[cols="2,2",options="header"]
17
+
|===
18
+
| Hosted cluster | Node pools
19
+
| AMD64 | AMD64 or ARM64
20
+
| ARM64 | ARM64 or AMD64
21
+
|===
22
+
11
23
.Prerequisites
12
24
13
25
* You have set up the hosted control plane CLI, `hcp`.
Copy file name to clipboardExpand all lines: modules/hcp-create-hc-arm64-aws.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
9
9
You can run a hosted cluster on an ARM64 {product-title} cluster for {aws-first} by overriding the default release image with a multi-architecture release image.
10
10
11
+
If you do not use a multi-architecture release image, the compute nodes in the node pool are not created and reconciliation of the node pool stops until you either use a multi-architecture release image in the hosted cluster or update the `NodePool` custom resource based on the release image.
12
+
11
13
.Prerequisites
12
14
13
15
* You must have an {product-title} cluster with a 64-bit ARM infrastructure that is installed on {aws-short}. For more information, see link:https://console.redhat.com/openshift/install/aws/arm[Create an {product-title} Cluster: {aws-short} (ARM)].
<1> Specify the name of your hosted cluster, for instance, `example`.
34
35
<2> Specify the node pool replica count, for example, `3`.
@@ -38,7 +39,6 @@ $ hcp create cluster aws \
38
39
<6> Specify the AWS region name, for example, `us-east-1`.
39
40
<7> Specify the supported {product-title} version that you want to use, for example, `4.17.0-multi`. If you are using a disconnected environment, replace `<ocp_release_image>` with the digest image. To extract the {product-title} release image digest, see "Extracting the {product-title} release image digest".
40
41
<8> Specify the Amazon Resource Name (ARN), for example, `arn:aws:iam::820196288204:role/myrole`.
41
-
<9> The `multi-arch` flag indicates that the hosted cluster supports both `amd64` and `arm64` node pools. When you set the flag and supply a release image, the release image must be a multi-architecture release image. When you set the flag and supply a release stream, the release stream must be a multi-architecture release stream. If you do not set the `multi-arch` flag, the management cluster and node pool CPU architectures must match. Otherwise, a warning is displayed. A node pool supports only one CPU architecture within the same node pool.
42
42
43
43
. Add a `NodePool` object to the hosted cluster by running the following command:
44
44
+
@@ -51,4 +51,4 @@ $ hcp create nodepool aws \
51
51
----
52
52
<1> Specify the name of your hosted cluster, for instance, `example`.
53
53
<2> Specify the node pool name.
54
-
<3> Specify the node pool replica count, for example, `3`.
54
+
<3> Specify the node pool replica count, for example, `3`.
0 commit comments