Skip to content

Commit dee5d5c

Browse files
committed
BZ2068397 Updating machine_management/modules/machineset-yaml-aws.adoc
BZ2068397 Incorporating review comment
1 parent ebd609d commit dee5d5c

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

modules/machineset-yaml-aws.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ endif::infra[]
9090
instanceType: m6i.large
9191
kind: AWSMachineProviderConfig
9292
placement:
93-
availabilityZone: us-east-1a
94-
region: us-east-1
93+
availabilityZone: <zone> <6>
94+
region: <region> <7>
9595
securityGroups:
9696
- filters:
9797
- name: tag:Name
@@ -101,7 +101,7 @@ endif::infra[]
101101
filters:
102102
- name: tag:Name
103103
values:
104-
- <infrastructure_id>-private-us-east-1a <1>
104+
- <infrastructure_id>-private-<zone> <8>
105105
tags:
106106
- name: kubernetes.io/cluster/<infrastructure_id> <1>
107107
value: owned
@@ -110,7 +110,7 @@ endif::infra[]
110110
userDataSecret:
111111
name: worker-user-data
112112
ifdef::infra[]
113-
taints: <6>
113+
taints: <9>
114114
- key: node-role.kubernetes.io/infra
115115
effect: NoSchedule
116116
endif::infra[]
@@ -144,8 +144,13 @@ $ oc -n openshift-machine-api \
144144
====
145145
Custom tags can also be specified during installation in the `install-config.yml` file. If the `install-config.yml` file and the machine set include a tag with the same `name` data, the value for the tag from the machine set takes priority over the value for the tag in the `install-config.yml` file.
146146
====
147+
148+
<6> Specify the zone, for example, `us-east-1a`.
149+
<7> Specify the region, for example, `us-east-1`.
150+
<8> Specify the infrastructure ID and zone.
151+
147152
ifdef::infra[]
148-
<6> Specify a taint to prevent user workloads from being scheduled on infra nodes.
153+
<9> Specify a taint to prevent user workloads from being scheduled on infra nodes.
149154
endif::infra[]
150155

151156
ifeval::["{context}" == "creating-infrastructure-machinesets"]

0 commit comments

Comments
 (0)