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
<5> Optional: Specify custom tag data for your cluster. For example, you might add an admin contact email address by specifying a `name:value` pair of `Email:\[email protected]`.
188
-
+
189
-
[NOTE]
190
-
====
191
-
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.
192
-
====
193
-
194
191
ifndef::edge[]
195
-
<6> Specify the zone, for example, `us-east-1a`.
192
+
<5> Specify the zone, for example, `us-east-1a`.
196
193
endif::edge[]
197
194
ifdef::edge[]
198
-
<6> Specify the zone name, for example, `us-east-1-nyc-1a`.
195
+
<5> Specify the zone name, for example, `us-east-1-nyc-1a`.
199
196
endif::edge[]
200
-
<7> Specify the region, for example, `us-east-1`.
197
+
<6> Specify the region, for example, `us-east-1`.
198
+
<7> Optional: Specify one or more additional security groups using the format shown.
199
+
When you specify multiple security groups, the rules are merged and applied to the instance as described in link:https://docs.aws.amazon.com/vpc/latest/userguide/security-group-rules.html[{aws-short} documentation about security group rules].
200
+
Refer to {aws-short} documentation for guidance on quotas and other limitations.
201
201
ifndef::edge[]
202
202
<8> Specify the infrastructure ID and zone.
203
203
endif::edge[]
204
204
ifdef::edge[]
205
205
<8> The ID of the public subnet that you created in AWS {zone-type}. You created this public subnet ID when you finished the procedure for "Creating a subnet in an AWS zone".
206
206
endif::edge[]
207
+
<9> Optional: Specify custom tag data for your cluster in addition to the existing `kubernetes.io/cluster/<infrastructure_id>` tag.
208
+
For example, you might add an admin contact email address by specifying a `name:value` pair of `Email:\[email protected]`.
209
+
+
210
+
[NOTE]
211
+
====
212
+
Custom tags can also be specified during installation in the `install-config.yml` file.
213
+
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.
214
+
====
207
215
ifdef::infra,edge[]
208
-
<9> Specify a taint to prevent user workloads from being scheduled on
216
+
<10> Specify a taint to prevent user workloads from being scheduled on
0 commit comments