File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,7 @@ endif::infra[]
120
120
+
121
121
[source,terminal]
122
122
----
123
- $ oc -n openshift-machine-api \
124
- -o jsonpath='{.spec.template.spec.providerSpec.value.ami.id}{"\n"}' \
125
- get machineset/<infrastructure _id >-worker-us-east-1a
123
+ $ oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure cluster
126
124
----
127
125
ifndef::infra[]
128
126
<2> Specify the infrastructure ID, node label, and zone.
@@ -134,6 +132,13 @@ ifdef::infra[]
134
132
<3> Specify the `<infra>` node label.
135
133
<4> Specify a taint to prevent user workloads from being scheduled on infra nodes.
136
134
<5> Specify a valid {op-system-first} AMI for your AWS zone for your {product-title} nodes.
135
+ +
136
+ [source,terminal]
137
+ ----
138
+ $ oc -n openshift-machine-api \
139
+ -o jsonpath='{.spec.template.spec.providerSpec.value.ami.id}{"\n"}' \
140
+ get machineset/<infrastructure _id >-worker-<zone >
141
+ ----
137
142
endif::infra[]
138
143
139
144
ifeval::["{context} " == "creating-infrastructure-machinesets"]
You can’t perform that action at this time.
0 commit comments