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-vsphere.adoc
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@
9
9
[role="_abstract"]
10
10
You can manually update the boot image for your {vmw-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
-
vSphere boot images use a template you create by uploading the OVA image to the VMware vCenter. The template image is used by all machine sets as the boot image. The following procedure shows how to identify the correct boot image to use as the new boot image, how to create the template from the image in vCenter, and how to modify your compute machine sets to use that template image.
12
+
vSphere boot images use a template that you create by uploading a {op-system-first} OVA image to the VMware vCenter. The template image is used by all machine sets as the boot image. The following procedure shows how to identify the correct boot image to use as the new boot image, how to create the template from the image in vCenter, and how to modify your compute machine sets to use that template image.
13
13
14
14
[NOTE]
15
15
====
16
-
For clusters that use a default {op-system-first} image, you can configure the cluster to automatically update the boot image each time the cluster is updated. If you are using the following procedure, ensure that automatic boot image updates are disabled and skew enforcement is in manual mode. For more information, see "Boot image management" and "Boot image skew enforcement".
16
+
For clusters that use a default {op-system} image, you can configure the cluster to automatically update the boot image each time the cluster is updated. If you are using the following procedure, ensure that automatic boot image updates are disabled and skew enforcement is in manual mode. For more information, see "Boot image management" and "Boot image skew enforcement".
17
17
====
18
18
19
19
.Prerequisites
@@ -28,6 +28,8 @@ For clusters that use a default {op-system-first} image, you can configure the c
28
28
29
29
* You have downloaded the latest version of the {product-title} installation program, openshift-install, from the {cluster-manager-url}. For more information, see "Obtaining the installation program."
30
30
31
+
// The vSphere steps are copied from installation-vsphere-machines.adoc and tweaked based on the KB; last two steps from KB
32
+
31
33
.Procedure
32
34
33
35
. Obtain the latest boot image to use as the new boot image:
.. When creating the OVF template, do not specify values on the *Customize template* tab or configure the template any further.
72
73
.. On the *Ready to complete* tab, verify your settings and click *Finish*.
73
74
+
74
-
The vSphere Client uploads the boot image and creates the OVF template. This can take a few minutes depending on network speeds. You can keep track of this process in the task tab under _Deploy OVF template_.
75
+
The vSphere Client uploads the boot image to create the OVF template. This can take a few minutes depending on network speeds. You can keep track of this process in the task tab under _Deploy OVF template_.
75
76
.. After the upload is complete, click the new virtual machine and click *Template* -> *Convert to template* -> *Yes*.
76
77
+
77
78
You now have a VM template based on the new boot image, which you can use to update the machineset objects.
0 commit comments