Skip to content

Commit 0378257

Browse files
author
Michael Burke
committed
proofread
1 parent 0513696 commit 0378257

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

modules/mco-update-boot-images-aws.adoc

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ $ export ARCH=<architecture_type>
118118
Replace `<architecture_type>` with one of the following values:
119119
+
120120
--
121-
* `aarch64` for the AArch64 or ARM64 architecture
122-
* `ppc64le` for the {ibm-power-name} (ppc64le) architecture
123-
* `s390x` for the {ibm-z-name} and {ibm-linuxone-name} (s390x) architecture
124-
* `x86_64` for the x86_64 or AMD64 architecture
121+
* Specify `aarch64` for the AArch64 or ARM64 architecture.
122+
* Specify `ppc64le` for the {ibm-power-name} (ppc64le) architecture.
123+
* Specify `s390x` for the {ibm-z-name} and {ibm-linuxone-name} (s390x) architecture.
124+
* Specify `x86_64` for the x86_64 or AMD64 architecture.
125125
--
126126
+
127127
You can find the architecture as a label in any `MachineSet` object.
@@ -137,7 +137,7 @@ metadata:
137137
# ...
138138
----
139139
140-
.. Set an environment variable with the new boot image AMI by running the following command:
140+
.. Set an environment variable with the AMI of the new boot image by running the following command:
141141
+
142142
[source,terminal]
143143
----
@@ -177,7 +177,7 @@ This command returns the AMIs ordered by creation date, with the latest images f
177177
+
178178
Make note of the {op-system-first} version for later use.
179179
180-
.. Set an environment variable with the new boot image AMI by running the following command:
180+
.. Set an environment variable with the AMI of the new boot image by running the following command:
181181
+
182182
[source,terminal]
183183
----
@@ -209,8 +209,10 @@ $ oc patch machineset <machineset-name> -n openshift-machine-api --type merge -p
209209
----
210210
+
211211
Replace `<machineset_name>` with the name of your machine set.
212+
+
213+
`AMI_ID` is the environment variable you created in a previous step.
212214

213-
. If boot image skew enforcement is set to manual in your cluster, update the boot image version in the `MachineConfiguration` object as described in "Updating the boot image skew enforcement version."
215+
. If boot image skew enforcement in your cluster is set to the manual mode, update the boot image version in the `MachineConfiguration` object as described in "Updating the boot image skew enforcement version."
214216

215217
.Verification
216218

@@ -272,6 +274,8 @@ where:
272274
$ echo ${RHCOS_URL}
273275
----
274276
+
277+
`RHCOS_URL` is the environment variable you created in a previous step.
278+
+
275279
.Example output
276280
[source,terminal]
277281
----

0 commit comments

Comments
 (0)