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/installation-vsphere-machines.adoc
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,22 +130,30 @@ It is recommended that you update the hardware version of the VM template to ver
130
130
131
131
. After the template deploys, deploy a VM for a machine in the cluster.
132
132
.. Right-click the template name and click *Clone* -> *Clone to Virtual Machine*.
133
+
133
134
.. On the *Select a name and folder* tab, specify a name for the VM. You might include the machine type in the name, such as `control-plane-0` or `compute-1`.
134
135
+
135
136
[NOTE]
136
137
====
137
138
Ensure that all virtual machine names across a vSphere installation are unique.
138
139
====
139
140
.. On the *Select a name and folder* tab, select the name of the folder that you created for the cluster.
141
+
140
142
.. On the *Select a compute resource* tab, select the name of a host in your datacenter.
141
143
+
142
-
.. Optional: On the *Select storage* tab, customize the storage options.
143
144
.. On the *Select clone options*, select
144
145
*Customize this virtual machine's hardware*.
145
-
.. On the *Customize hardware* tab, click *VM Options* -> *Advanced*.
146
-
*** Optional: Override default DHCP networking in vSphere. To enable static IP networking:
146
+
147
+
.. Optional: On the *Customize hardware* tab, click *VM Options* -> *Advanced*.
148
+
+
149
+
[IMPORTANT]
150
+
====
151
+
The following configuration suggestions are for example purposes only. As a cluster administrator, you must configure resources according to the resource demands placed on your cluster. To best manage cluster resources, consider creating a resource pool from the cluster's root resource pool.
152
+
====
153
+
+
154
+
*** Override default DHCP networking in vSphere. To enable static IP networking:
*** Optional: In the event of cluster performance issues, from the *Latency Sensitivity* list, select *High*. Ensure that your VM's CPU and memory reservation have the following values:
169
-
**** Memory reservation value must be equal to its configured memory size.
170
-
**** CPU reservation value must be at least the number of low latency virtual CPUs multiplied by the measured physical CPU speed.
171
-
*** Click *Edit Configuration*, and on the *Configuration Parameters* window, search the list of available parameters for steal clock accounting (`stealclock.enable`). If it is available, set its value to `TRUE`. Enabling steal clock accounting can help with troubleshooting cluster issues.
169
+
*** Click *Edit Configuration*, and on the *Configuration Parameters* window, search the list of available parameters for steal clock accounting (`stealclock.enable`). Set the parameter to the value of `TRUE`. Enabling steal clock accounting can help with troubleshooting cluster issues.
172
170
*** Click *Add Configuration Params*. Define the following parameter names and values:
173
-
****`guestinfo.ignition.config.data`: Locate the base-64 encoded files that you created previously in this procedure, and paste the contents of the base64-encoded Ignition config file for this machine type.
****`stealclock.enable`: If this parameter was not defined, add it and specify `TRUE`.
173
+
**** Create a child resource pool from the cluster's root resource pool. Perform resource allocation in this child resource pool.
174
+
177
175
.. In the *Virtual Hardware* panel of the *Customize hardware* tab, modify the specified values as required. Ensure that the amount of RAM, CPU, and disk storage meets the minimum requirements for the
178
176
machine type.
177
+
179
178
.. Complete the configuration and power on the VM.
179
+
180
180
.. Check the console output to verify that Ignition ran.
Copy file name to clipboardExpand all lines: modules/machine-vsphere-machines.adoc
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,8 @@ Ensure that all virtual machine names across a vSphere installation are unique.
39
39
====
40
40
.. On the *Select a name and folder* tab, select the name of the folder that you created for the cluster.
41
41
.. On the *Select a compute resource* tab, select the name of a host in your datacenter.
42
-
.. Optional: On the *Select storage* tab, customize the storage options.
43
42
.. On the *Select clone options*, select *Customize this virtual machine's hardware*.
44
43
.. On the *Customize hardware* tab, click *VM Options* -> *Advanced*.
45
-
*** From the *Latency Sensitivity* list, select *High*.
46
44
*** Click *Edit Configuration*, and on the *Configuration Parameters* window, click *Add Configuration Params*. Define the following parameter names and values:
47
45
**** `guestinfo.ignition.config.data`: Paste the contents of the base64-encoded compute Ignition config file for this machine type.
0 commit comments