@@ -78,11 +78,11 @@ for the HAProxy VM template:
78
78
79
79
``` shell
80
80
# Re-mark the template as a VM
81
- govc vm.markasvm -pool Compute-ResourcePool capv-haproxy-v0.6.0-rc.2
81
+ govc vm.markasvm -pool Compute-ResourcePool capv-haproxy-v0.6.0
82
82
# Take a snapshot of the VM
83
- govc snapshot.create -vm capv-haproxy-v0.6.0-rc.2 root
83
+ govc snapshot.create -vm capv-haproxy-v0.6.0 root
84
84
# Re-mark the VM as a template
85
- govc vm.markastemplate capv-haproxy-v0.6.0-rc.2
85
+ govc vm.markastemplate capv-haproxy-v0.6.0
86
86
```
87
87
88
88
** 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
125
125
VSPHERE_RESOURCE_POOL : " */Resources" # The vSphere resource pool for your VMs
126
126
VSPHERE_FOLDER : " vm" # The VM folder for your VMs. Set to "" to use the root vSphere folder
127
127
VSPHERE_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-rc.2 " # The VM template to use for the HAProxy load balancer
128
+ VSPHERE_HAPROXY_TEMPLATE : " capv-haproxy-v0.6.0" # The VM template to use for the HAProxy load balancer
129
129
VSPHERE_SSH_AUTHORIZED_KEY : " ssh-rsa AAAAB3N..." # The public ssh authorized key on all machines
130
130
# in this cluster.
131
131
# Set to "" if you don't want to enable SSH,
@@ -198,6 +198,6 @@ vsphere-quickstart-9qtfd Ready master
198
198
[ kubectl ] : https://kubernetes.io/docs/tasks/tools/install-kubectl/
199
199
[ ovas ] : ../README.md#kubernetes-versions-with-published-ovas
200
200
[ 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-rc.2 /capv-haproxy-v0.6.0-rc.2 .ova
201
+ [ haproxy-machine-image ] : https://storage.googleapis.com/capv-images/extra/haproxy/release/v0.6.0/capv-haproxy-v0.6.0.ova
202
202
[ image-builder ] : https://github.com/kubernetes-sigs/image-builder
203
203
[ govc ] : https://github.com/vmware/govmomi/tree/master/govc
0 commit comments