More cleanup to the haproxy setup

pull/634/head
Kevin Gottsman 2021-05-18 04:28:08 -04:00
parent fbb3b73b1f
commit c2a902f055
1 changed files with 2 additions and 2 deletions

View File

@ -221,12 +221,12 @@ In this section you will provision an external load balancer to front the Kubern
Login to `loadbalancer` instance using SSH Terminal.
```
loadbalancer# sudo apt-get update && sudo apt-get install -y haproxy
sudo apt-get update && sudo apt-get install -y haproxy
```
```
loadbalancer# cat <<EOF | sudo tee /etc/haproxy/haproxy.cfg
cat <<EOF | sudo tee /etc/haproxy/haproxy.cfg
frontend kubernetes
bind 192.168.5.30:6443
option tcplog