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
<1> Specify the infrastructure ID that is based on the cluster ID that you set when you provisioned the cluster. If you have the OpenShift CLI installed, you can obtain the infrastructure ID by running the following command:
120
119
+
@@ -123,22 +122,30 @@ endif::infra[]
123
122
$ oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure cluster
124
123
----
125
124
ifndef::infra[]
126
-
<2> Specify the infrastructure ID, node label, and zone.
127
-
<3> Specify the node label to add.
128
-
<4> Specify a valid {op-system-first} AMI for your AWS zone for your {product-title} nodes. If you want to use an AWS Marketplace image, you must complete the {product-title} subscription from the link:https://aws.amazon.com/marketplace/fulfillment?productId=59ead7de-2540-4653-a8b0-fa7926d5c845[AWS Marketplace] to obtain an AMI ID for your region.
125
+
<2> Specify the infrastructure ID, role node label, and zone.
126
+
<3> Specify the role node label to add.
129
127
endif::infra[]
130
128
ifdef::infra[]
131
-
<2> Specify the infrastructure ID, `<infra>` node label, and zone.
132
-
<3> Specify the `<infra>` node label.
133
-
<4> Specify a taint to prevent user workloads from being scheduled on infra nodes.
134
-
<5> Specify a valid {op-system-first} AMI for your AWS zone for your {product-title} nodes. If you want to use an AWS Marketplace image, you must complete the {product-title} subscription from the link:https://aws.amazon.com/marketplace/fulfillment?productId=59ead7de-2540-4653-a8b0-fa7926d5c845[AWS Marketplace] to obtain an AMI ID for your region.
129
+
<2> Specify the infrastructure ID, `infra` role node label, and zone.
130
+
<3> Specify the `infra` role node label.
131
+
endif::infra[]
132
+
<4> Specify a valid {op-system-first} Amazon
133
+
Machine Image (AMI) for your AWS zone for your {product-title} nodes. If you want to use an AWS Marketplace image, you must complete the {product-title} subscription from the link:https://aws.amazon.com/marketplace/fulfillment?productId=59ead7de-2540-4653-a8b0-fa7926d5c845[AWS Marketplace] to obtain an AMI ID for your region.
<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]`.
142
+
+
143
+
[NOTE]
144
+
====
145
+
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.
146
+
====
147
+
ifdef::infra[]
148
+
<6> Specify a taint to prevent user workloads from being scheduled on infra nodes.
0 commit comments