Skip to content

Commit 4bb5b91

Browse files
authored
Merge pull request #831 from yastij/prep-v0.6.0
update docs to point to the haproxy ova v0.6.0
2 parents b6bd1c4 + 5d647c6 commit 4bb5b91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/getting_started.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -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-rc.2
81+
govc vm.markasvm -pool Compute-ResourcePool capv-haproxy-v0.6.0
8282
# 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
8484
# 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
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
125125
VSPHERE_RESOURCE_POOL: "*/Resources" # The vSphere resource pool for your VMs
126126
VSPHERE_FOLDER: "vm" # The VM folder for your VMs. Set to "" to use the root vSphere folder
127127
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
129129
VSPHERE_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-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
202202
[image-builder]: https://github.com/kubernetes-sigs/image-builder
203203
[govc]: https://github.com/vmware/govmomi/tree/master/govc

0 commit comments

Comments
 (0)