Fix haproxy install on load balancer

pull/634/head
Kevin Gottsman 2021-05-18 04:25:52 -04:00
parent e695945532
commit fbb3b73b1f
1 changed files with 0 additions and 1 deletions

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
```