@@ -78,11 +78,11 @@ for the HAProxy VM template:
7878
7979``` shell
8080# Re-mark the template as a VM
81- govc vm.markasvm -pool Compute-ResourcePool capv-haproxy-v0.6.0
81+ govc vm.markasvm -pool Compute-ResourcePool capv-haproxy-v0.6.3
8282# Take a snapshot of the VM
83- govc snapshot.create -vm capv-haproxy-v0.6.0 root
83+ govc snapshot.create -vm capv-haproxy-v0.6.3 root
8484# Re-mark the VM as a template
85- govc vm.markastemplate capv-haproxy-v0.6.0
85+ govc vm.markastemplate capv-haproxy-v0.6.3
8686```
8787
8888** Note:** When creating the OVA template via vSphere using the URL method, please make sure the VM template name is the
@@ -125,7 +125,7 @@ VSPHERE_NETWORK: "VM Network" # The VM network t
125125VSPHERE_RESOURCE_POOL : " */Resources" # The vSphere resource pool for your VMs
126126VSPHERE_FOLDER : " vm" # The VM folder for your VMs. Set to "" to use the root vSphere folder
127127VSPHERE_TEMPLATE : " ubuntu-1804-kube-v1.17.3" # The VM template to use for your management cluster.
128- VSPHERE_HAPROXY_TEMPLATE : " capv-haproxy-v0.6.0 " # The VM template to use for the HAProxy load balancer
128+ VSPHERE_HAPROXY_TEMPLATE : " capv-haproxy-v0.6.3 " # The VM template to use for the HAProxy load balancer
129129VSPHERE_SSH_AUTHORIZED_KEY : " ssh-rsa AAAAB3N..." # The public ssh authorized key on all machines
130130 # in this cluster.
131131 # Set to "" if you don't want to enable SSH,
@@ -198,6 +198,6 @@ vsphere-quickstart-9qtfd Ready master
198198[ kubectl ] : https://kubernetes.io/docs/tasks/tools/install-kubectl/
199199[ ovas ] : ../README.md#kubernetes-versions-with-published-ovas
200200[ default-machine-image ] : https://storage.googleapis.com/capv-images/release/v1.17.3/ubuntu-1804-kube-v1.17.3.ova
201- [ haproxy-machine-image ] : https://storage.googleapis.com/capv-images/extra/haproxy/release/v0.6.0 /capv-haproxy-v0.6.0 .ova
201+ [ haproxy-machine-image ] : https://storage.googleapis.com/capv-images/extra/haproxy/release/v0.6.3 /capv-haproxy-v0.6.3 .ova
202202[ image-builder ] : https://github.com/kubernetes-sigs/image-builder
203203[ govc ] : https://github.com/vmware/govmomi/tree/master/govc
0 commit comments