Fix haproxy install on load balancer

This commit is contained in:
Kevin Gottsman
2021-05-18 04:25:52 -04:00
parent e695945532
commit fbb3b73b1f

View File

@@ -221,7 +221,6 @@ In this section you will provision an external load balancer to front the Kubern
Login to `loadbalancer` instance using SSH Terminal.
```
#Install HAProxy
loadbalancer# sudo apt-get update && sudo apt-get install -y haproxy
```