Skip to content

Commit 7379b43

Browse files
committed
OCPBUGS-36933: Updated the Adding a multi-architecture compute machine set to your AWS cluster proc
1 parent 0c3c76e commit 7379b43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/multi-architecture-modify-machine-set-aws.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ spec:
7979
- filters:
8080
- name: tag:Name
8181
values:
82-
- <infrastructure_id>-worker-sg <1>
82+
- <infrastructure_id>-node <1>
8383
subnet:
8484
filters:
8585
- name: tag:Name
8686
values:
87-
- <infrastructure_id>-private-<zone>
87+
- <infrastructure_id>-subnet-private-<zone>
8888
tags:
8989
- name: kubernetes.io/cluster/<infrastructure_id> <1>
9090
value: owned
@@ -97,11 +97,11 @@ spec:
9797
+
9898
[source,terminal]
9999
----
100-
$ oc get -o jsonpath={.status.infrastructureName}{“\n”}’ infrastructure cluster
100+
$ oc get -o jsonpath="{.status.infrastructureName}{'\n'}" infrastructure cluster
101101
----
102102
<2> Specify the infrastructure ID, role node label, and zone.
103103
<3> Specify the role node label to add.
104-
<4> Specify a Red{nbsp}Hat Enterprise Linux CoreOS (RHCOS) Amazon Machine Image (AMI) for your AWS zone for the nodes. The RHCOS AMI must be compatible with the machine architecture.
104+
<4> Specify a {op-system-first} Amazon Machine Image (AMI) for your AWS region for the nodes. The {op-system} AMI must be compatible with the machine architecture.
105105
+
106106
[source,terminal]
107107
----

0 commit comments

Comments
 (0)