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-create-hc-arm64-aws.adoc
+2-15Lines changed: 2 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ If you do not use a multi-architecture release image, the compute nodes in the n
17
17
18
18
.Procedure
19
19
20
-
. Create a hosted cluster on an ARM64 {product-title} cluster by entering the following command:
20
+
* Create a hosted cluster on an ARM64 {product-title} cluster by entering the following command:
21
21
+
22
22
[source,terminal]
23
23
----
@@ -38,17 +38,4 @@ $ hcp create cluster aws \
38
38
<5> Specify the path to your AWS STS credentials file, for example, `/home/user/sts-creds/sts-creds.json`.
39
39
<6> Specify the AWS region name, for example, `us-east-1`.
40
40
<7> Specify the supported {product-title} version that you want to use, for example, `4.18.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".
41
-
<8> Specify the Amazon Resource Name (ARN), for example, `arn:aws:iam::820196288204:role/myrole`.
42
-
43
-
. Add a `NodePool` object to the hosted cluster by running the following command:
44
-
+
45
-
[source,terminal]
46
-
----
47
-
$ hcp create nodepool aws \
48
-
--cluster-name <hosted_cluster_name> \// <1>
49
-
--name <nodepool_name> \// <2>
50
-
--node-count <node_pool_replica_count> <3>
51
-
----
52
-
<1> Specify the name of your hosted cluster, for instance, `example`.
53
-
<2> Specify the node pool name.
54
-
<3> Specify the node pool replica count, for example, `3`.
41
+
<8> Specify the Amazon Resource Name (ARN), for example, `arn:aws:iam::820196288204:role/myrole`.
0 commit comments