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[]
23
23
$ oc edit MachineConfiguration cluster
24
24
----
25
25
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:
27
27
+
28
28
[source,yaml]
29
29
----
44
44
<1> Activates the boot image update feature.
45
45
<2> Specifies that all the machine sets in the cluster are to be updated.
46
46
47
- .. Optional: Configure the boot image update feature for specific machine sets:
47
+ * Optional: Configure the boot image update feature for specific machine sets:
48
48
+
49
49
[source,yaml]
50
50
----
@@ -61,10 +61,10 @@ spec:
61
61
apiGroup: machine.openshift.io
62
62
selection:
63
63
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>
68
68
----
69
69
<1> Activates the boot image update feature.
70
70
<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
84
84
+
85
85
[source,terminal]
86
86
----
87
- $ oc get machine configuration <machineset_name> -n openshift-machine-api -o yaml
87
+ $ oc get machineconfiguration cluster -n openshift-machine-api -o yaml
88
88
----
89
89
+
90
90
.Example machine set with the boot image reference
You can’t perform that action at this time.
0 commit comments