Skip to content

Commit 2cc3930

Browse files
authored
Merge pull request #83732 from mburke5678/mco-fix-update-boot-images
MCO Fix Configuring updated boot images
2 parents 372e90c + 9cb5087 commit 2cc3930

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include::snippets/technology-preview.adoc[]
2323
$ oc edit MachineConfiguration cluster
2424
----
2525

26-
.. Optional: Configure the boot image update feature for all the machine sets:
26+
* Optional: Configure the boot image update feature for all the machine sets:
2727
+
2828
[source,yaml]
2929
----
@@ -44,7 +44,7 @@ spec:
4444
<1> Activates the boot image update feature.
4545
<2> Specifies that all the machine sets in the cluster are to be updated.
4646
47-
.. Optional: Configure the boot image update feature for specific machine sets:
47+
* Optional: Configure the boot image update feature for specific machine sets:
4848
+
4949
[source,yaml]
5050
----
@@ -61,10 +61,10 @@ spec:
6161
apiGroup: machine.openshift.io
6262
selection:
6363
mode: Partial
64-
partial:
65-
machineResourceSelector:
66-
matchLabels:
67-
update-boot-image: "true" <2>
64+
partial:
65+
machineResourceSelector:
66+
matchLabels:
67+
update-boot-image: "true" <2>
6868
----
6969
<1> Activates the boot image update feature.
7070
<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
8484
+
8585
[source,terminal]
8686
----
87-
$ oc get machine configuration <machineset_name> -n openshift-machine-api -o yaml
87+
$ oc get machineconfiguration cluster -n openshift-machine-api -o yaml
8888
----
8989
+
9090
.Example machine set with the boot image reference

0 commit comments

Comments
 (0)