Skip to content

Commit 3cd8fd4

Browse files
authored
Merge pull request #92674 from mburke5678/mco-boot-example-fix
OCPBUGS 55305: Invalid image example in Configuring updated boot images
2 parents 216e99c + a30c41a commit 3cd8fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
+
6969
[TIP]
7070
====
71-
If an appropriate label is not present on the machine set, add a key/value pair by running a command similar to following:
71+
If an appropriate label is not present on the machine set, add a key-value pair by running a command similar to following:
7272
7373
----
7474
$ oc label machineset.machine ci-ln-hmy310k-72292-5f87z-worker-a update-boot-image=true -n openshift-machine-api
@@ -140,7 +140,7 @@ spec:
140140
disks:
141141
- autoDelete: true
142142
boot: true
143-
image: projects/rhcos-cloud/global/images/rhcos-416-92-202402201450-0-gcp-x86-64 <1>
143+
image: projects/rhcos-cloud/global/images/<boot_image> <1>
144144
# ...
145145
----
146146
<1> This boot image is the same as the current {product-title} version.

0 commit comments

Comments
 (0)