Skip to content

Commit 4ee6ebd

Browse files
author
Michael Burke
committed
Edits per djoshy
1 parent 24dc665 commit 4ee6ebd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[role="_abstract"]
1010
You can manually update the boot image for your {gcp-first} cluster by configuring your machine sets to use the latest {product-title} image as the boot image to ensure that new nodes can scale up properly.
1111

12-
The following procedure, which includes steps to create environment variables that facilitate running the required commands, shows how to identify the correct boot image to use as the new boot image and how to modify your compute machine sets to use that image.
12+
The following procedure, which includes steps to create environment variables that facilitate running the required commands, shows how to identify the correct boot image to use as the new boot image and how to modify your machine sets to use that image.
1313

1414
ifndef::openshift-dedicated[]
1515
The process differs for clusters that use a default {op-system-first} image, clusters that use a custom {op-system-first} image from the {gcp-short} Marketplace, and user-provisioned infrastructure clusters. The following procedure helps determine which type of cluster you have.
@@ -89,7 +89,7 @@ $ export BOOT_DISK_INDEX=0
8989
----
9090

9191
ifndef::openshift-dedicated[]
92-
. Determine if your cluster uses a default {op-system} image or a custom {op-system} image from the {gcp-short} Marketplace, or is a user-provisioned infrastructure cluster:
92+
. Determine if your cluster uses a default {op-system} image or a GCP Marketplace {op-system} image from the {gcp-short} Marketplace, or is a user-provisioned infrastructure cluster:
9393

9494
.. Obtain the name of the current boot image and set the name as an environment variable by running the following command:
9595
+
@@ -120,13 +120,13 @@ projects/rhcos-cloud/global/images/rhcos-9-6-20251023-0-gcp-x86-64
120120
|===
121121
| Current image prefix | Variant
122122
| `projects/rhcos-cloud/global/images/` | Default
123-
| `projects/redhat-marketplace-public/global/images/` | Custom {op-system} image
123+
| `projects/redhat-marketplace-public/global/images/` | GCP Marketplace {op-system} image
124124
| No machine set present/custom prefix | User-provisioned infrastructure
125125
|===
126126
+
127127
Default {op-system} clusters use images from the `rhcos-cloud` project in the `rhcos-<version>-<platform>-<arch>` format.
128128
+
129-
Custom {op-system} clusters use images from the `redhat-marketplace-public` project in the `redhat-coreos-<offering>-<version>-<arch>-<date>` format.
129+
GCP Marketplace {op-system} clusters use images from the `redhat-marketplace-public` project in the `redhat-coreos-<offering>-<version>-<arch>-<date>` format.
130130
+
131131
[NOTE]
132132
====
@@ -136,7 +136,7 @@ The following images are the latest {gcp-short} Marketplace images for the {prod
136136
{opp}:: `redhat-coreos-opp-413-x86-64-202305021736`
137137
{oke}:: `redhat-coreos-oke-413-x86-64-202305021736`
138138

139-
{gcp-short} does not publish Marketplace images for {product-title} later than these {product-title} 4.13 images. If the current boot image in your cluster matches one of the listed images, no further action is necessary.
139+
Red Hat has not published Marketplace images for {product-title} later than these {product-title} 4.13 images. If the current boot image in your cluster matches one of the listed images, no further action is necessary.
140140
====
141141
endif::openshift-dedicated[]
142142
ifndef::openshift-dedicated[]
@@ -206,7 +206,7 @@ $ openshift-install coreos print-stream-json | jq -r ".architectures.\"${ARCH}\"
206206
+
207207
Make note of the {op-system} version for later use.
208208

209-
* For a cluster that uses a custom {op-system} image that is earlier than the 4.13 images listed above, perform the following steps:
209+
* For a cluster that uses a GCP Marketplace {op-system} image that is earlier than the 4.13 images listed above, perform the following steps:
210210
211211
.. Set an environment variable with the name of the new boot image by running the following command:
212212
+

0 commit comments

Comments
 (0)