You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/mco-update-boot-images-gcp.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
[role="_abstract"]
10
10
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.
11
11
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.
13
13
14
14
ifndef::openshift-dedicated[]
15
15
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
89
89
----
90
90
91
91
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:
93
93
94
94
.. Obtain the name of the current boot image and set the name as an environment variable by running the following command:
| No machine set present/custom prefix | User-provisioned infrastructure
125
125
|===
126
126
+
127
127
Default {op-system} clusters use images from the `rhcos-cloud` project in the `rhcos-<version>-<platform>-<arch>` format.
128
128
+
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.
130
130
+
131
131
[NOTE]
132
132
====
@@ -136,7 +136,7 @@ The following images are the latest {gcp-short} Marketplace images for the {prod
{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.
0 commit comments