From bf124c78fa9d1a475288047865ad202808a3554b Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Thu, 17 Oct 2024 15:37:34 -0400 Subject: [PATCH] MCO Fix Configuring updated boot images --- modules/mco-update-boot-images-configuring.adoc | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/mco-update-boot-images-configuring.adoc b/modules/mco-update-boot-images-configuring.adoc index a5cb906c94..f091fa729b 100644 --- a/modules/mco-update-boot-images-configuring.adoc +++ b/modules/mco-update-boot-images-configuring.adoc @@ -23,7 +23,7 @@ include::snippets/technology-preview.adoc[] $ oc edit MachineConfiguration cluster ---- -.. Optional: Configure the boot image update feature for all the machine sets: +* Optional: Configure the boot image update feature for all the machine sets: + [source,yaml] ---- @@ -44,7 +44,7 @@ spec: <1> Activates the boot image update feature. <2> Specifies that all the machine sets in the cluster are to be updated. -.. Optional: Configure the boot image update feature for specific machine sets: +* Optional: Configure the boot image update feature for specific machine sets: + [source,yaml] ---- @@ -61,10 +61,10 @@ spec: apiGroup: machine.openshift.io selection: mode: Partial - partial: - machineResourceSelector: - matchLabels: - update-boot-image: "true" <2> + partial: + machineResourceSelector: + matchLabels: + update-boot-image: "true" <2> ---- <1> Activates the boot image update feature. <2> Specifies that any machine set with this label is to be updated. @@ -84,7 +84,7 @@ $ oc label machineset.machine ci-ln-hmy310k-72292-5f87z-worker-a update-boot-ima + [source,terminal] ---- -$ oc get machine configuration -n openshift-machine-api -o yaml +$ oc get machineconfiguration cluster -n openshift-machine-api -o yaml ---- + .Example machine set with the boot image reference