Skip to content

Commit e59bc28

Browse files
author
Michael Burke
committed
proofread
1 parent aba4d72 commit e59bc28

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

modules/mco-update-boot-images-ibm-bare-metal.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,17 @@ Boot image updates are not required for Agent-based Installer clusters. The boot
3535
3636
.Procedure
3737

38-
. Determine if the boot image in your cluster needs to be updated:
39-
40-
.. Check whether your cluster is using the legacy boot image provisioning path by running the following command:
38+
. Check whether your cluster is using the legacy boot image provisioning path by running the following command:
4139
+
4240
[source,terminal]
4341
----
4442
$ oc get provisioning provisioning-configuration \
4543
-o jsonpath='{.spec.provisioningOSDownloadURL}'
4644
----
4745
+
48-
* If the output is non-empty, your cluster is running a {product-title} version 4.9 or earlier. Boot images are not managed by the the Cluster Version Operator (CVO) and could be significantly out of date. Follow the steps below to migrate to the current provisioning path.
46+
* If the output is non-empty, your cluster is running an {product-title} version 4.9 or earlier. Boot images are not managed by the the Cluster Version Operator (CVO) and could be significantly out of date. Follow the steps in this procedure to migrate to the current provisioning path.
4947
+
50-
* If the output is empty, your cluster is running a {product-title} version 4.10 or later. Boot images are kept current by the Cluster Version Operator (CVO) and are not at risk of skew. Skew enforcement should be disabled for this cluster. No further action on your part is required to maintain the boot image versioning.
48+
* If the output is empty, your cluster is running an {product-title} version 4.10 or later. Boot images are kept current by the Cluster Version Operator (CVO) and are not at risk of skew. Skew enforcement should be disabled for this cluster. No further action on your part is required to maintain the boot image versioning.
5149
5250
. Clear the legacy image fields and enable the `install_coreos` deployment method:
5351

@@ -68,7 +66,7 @@ Replace `<machineset_name>` with the name of your machine set.
6866
$ oc patch provisioning provisioning-configuration --type=merge -p '{"spec":{"provisioningOSDownloadURL":""}}'
6967
----
7068
+
71-
69+
This process updates the boot image to match the current cluster version.
7270

7371
.Verification
7472

0 commit comments

Comments
 (0)