Skip to content

Commit 0b01871

Browse files
author
Michael Burke
committed
proofread
1 parent 9414579 commit 0b01871

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
[role="_abstract"]
1010
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.
1111

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.
1313

1414
[NOTE]
1515
====
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".
1717
====
1818

1919
.Prerequisites
@@ -28,6 +28,8 @@ For clusters that use a default {op-system-first} image, you can configure the c
2828
2929
* 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."
3030
31+
// The vSphere steps are copied from installation-vsphere-machines.adoc and tweaked based on the KB; last two steps from KB
32+
3133
.Procedure
3234

3335
. Obtain the latest boot image to use as the new boot image:
@@ -57,7 +59,6 @@ $ openshift-install coreos print-stream-json | jq '.architectures.x86_64.artifac
5759

5860
.. Use the URL in the `location` field to download the image.
5961

60-
//Copied from installation-vsphere-machines.adoc; last two steps from KB
6162
. In the vSphere Client, create a template for the OVA image:
6263
.. From the *Hosts and Clusters* tab, right-click your cluster name and select *Deploy OVF Template*.
6364
.. On the *Select an OVF* tab, specify the name of the {op-system} OVA file that you downloaded.
@@ -71,7 +72,7 @@ $ openshift-install coreos print-stream-json | jq '.architectures.x86_64.artifac
7172
.. When creating the OVF template, do not specify values on the *Customize template* tab or configure the template any further.
7273
.. On the *Ready to complete* tab, verify your settings and click *Finish*.
7374
+
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_.
7576
.. After the upload is complete, click the new virtual machine and click *Template* -> *Convert to template* -> *Yes*.
7677
+
7778
You now have a VM template based on the new boot image, which you can use to update the machineset objects.

0 commit comments

Comments
 (0)