File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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----
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
You can’t perform that action at this time.
0 commit comments