diff --git a/docs/book/src/user/quick-start.md b/docs/book/src/user/quick-start.md index 8d15c9c17a37..ec100dcef6e1 100644 --- a/docs/book/src/user/quick-start.md +++ b/docs/book/src/user/quick-start.md @@ -356,9 +356,9 @@ export VSPHERE_NETWORK="VM Network" export VSPHERE_RESOURCE_POOL="*/Resources" # The VM folder for your VMs. Set to "" to use the root vSphere folder export VSPHERE_FOLDER="vm" -# The VM template to use for your -export VSPHERE_TEMPLATE="ubuntu-1804-kube-v1.17.3" m -# The VM template to use for the HAProxy load balanceranagement cluster. +# The VM template to use for your VMs +export VSPHERE_TEMPLATE="ubuntu-1804-kube-v1.17.3" +# The VM template to use for the HAProxy load balancer of the management cluster export VSPHERE_HAPROXY_TEMPLATE="capv-haproxy-v0.6.0-rc.2" # The public ssh authorized key on all machines export VSPHERE_SSH_AUTHORIZED_KEY="ssh-rsa AAAAB3N..."