Skip to content

Commit 2385b7e

Browse files
authored
Merge pull request #90323 from lahinson/ocpbugs-49689-hcp-redundant-note
[OCPBUGS-49689]: Removing redundant step from HCP docs
2 parents 9bde7f7 + 8a07391 commit 2385b7e

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

modules/hcp-create-hc-arm64-aws.adoc

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you do not use a multi-architecture release image, the compute nodes in the n
1717
1818
.Procedure
1919

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:
2121
+
2222
[source,terminal]
2323
----
@@ -38,17 +38,4 @@ $ hcp create cluster aws \
3838
<5> Specify the path to your AWS STS credentials file, for example, `/home/user/sts-creds/sts-creds.json`.
3939
<6> Specify the AWS region name, for example, `us-east-1`.
4040
<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

Comments
 (0)