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:
102
+
<1> For `<infrastructure_id>`, 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:
121
103
+
122
104
[source,terminal]
123
105
----
124
106
$ oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure cluster
125
107
----
126
108
ifndef::infra[]
127
-
<2> Specify the node label to add.
109
+
<2> For `<node>`, specify the node label to add.
110
+
endif::infra[]
111
+
ifdef::infra[]
112
+
<2> For `<infra>`, specify the `<infra>` node label.
113
+
endif::infra[]
128
114
<3> Specify the path to the image that is used in current compute machine sets. If you have the OpenShift CLI installed, you can obtain the path to the image by running the following command:
<4> Optional: Specify custom metadata in the form of a `key:value` pair. For example use cases, see the GCP documentation for link:https://cloud.google.com/compute/docs/metadata/setting-custom-metadata[setting custom metadata].
137
-
<5> Specify the name of the GCP project that you use for your cluster.
138
-
endif::infra[]
131
+
<5> For `<project_name>`, specify the name of the GCP project that you use for your cluster.
139
132
ifdef::infra[]
140
-
<2> Specify the `<infra>` node label.
141
-
<3> Specify a taint to prevent user workloads from being scheduled on infra nodes.
142
-
<4> Specify the path to the image that is used in current compute machine sets. If you have the OpenShift CLI installed, you can obtain the path to the image by running the following command:
<5> Optional: Specify custom metadata in the form of a `key:value` pair. For example use cases, see the GCP documentation for link:https://cloud.google.com/compute/docs/metadata/setting-custom-metadata[setting custom metadata].
151
-
<6> Specify the name of the GCP project that you use for your cluster.
133
+
<6> Specify a taint to prevent user workloads from being scheduled on infra nodes.
0 commit comments