Skip to content

Commit 99e0a30

Browse files
author
Michael Burke
committed
MCO add info on upgrade pause for updated boot images
1 parent 44b2a4a commit 99e0a30

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@
99

1010
To disable the updated boot image feature, edit the `MachineConfiguration` object so that the `machineManagers` field is an empty array.
1111

12+
[NOTE]
13+
====
14+
If you are updating a {gcp-first} or {aws-first} cluster from {product-title} 4.18 to 4.19, and you have not configured the `managedBootImages` parameter, the update is blocked with a _This cluster is GCP or AWS but lacks a boot image configuration._ message. The update is blocked intentionally on {gcp-short} or {aws-short} clusters in order to alert you that the default updated boot image behavior is changing between version 4.18 and 4.19 to enable updated boot images by default on those platforms .
15+
16+
To allow the update, perform one of the following tasks:
17+
18+
* If you want to allow the feature to be enabled, acknowledge that you are aware of the change in default behavior by patching the `admin-acks` config map by using the following command:
19+
+
20+
[source,terminal]
21+
----
22+
$ oc -n openshift-config patch cm admin-acks --patch '{"data":{"ack-4.18-boot-image-opt-out-in-4.19":"true"}}' --type=merge
23+
----
24+
25+
* If you do not want the updated boot image feature enabled, explicitly disable the feature by using the following procedure.
26+
====
27+
1228
If you disable this feature after some nodes have been created with the new boot image version, any existing nodes retain their current boot image. Turning off this feature does not rollback the nodes or machine sets to the originally-installed boot image. The machine sets retain the boot image version that was present when the feature was enabled and is not updated again when the cluster is upgraded to a new {product-title} version in the future.
1329

1430
.Procedure

0 commit comments

Comments
 (0)