Skip to content

Commit 6161b58

Browse files
authored
Merge pull request #67667 from kelbrown20/OSDOCS-8266
OSDOCS#8266: Fixing ami command in multi-arch AWS machine set example
2 parents a95a4cd + 680f498 commit 6161b58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/multi-architecture-modify-machine-set-aws.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,9 @@ $ oc get -o jsonpath=‘{.status.infrastructureName}{“\n”}’ infrastructure
101101
+
102102
[source,terminal]
103103
----
104-
$ oc get configmap/coreos-bootimages /
105-
-n openshift-machine-config-operator /
106-
-o jsonpath='{.data.stream}' | jq /
104+
$ oc get configmap/coreos-bootimages \
105+
-n openshift-machine-config-operator \
106+
-o jsonpath='{.data.stream}' | jq \
107107
-r '.architectures.<arch>.images.aws.regions."<region>".image'
108108
----
109109
<5> Specify an ARM64 supported machine type. For more information, refer to "Tested instance types for AWS 64-bit ARM"

0 commit comments

Comments
 (0)