Minor updates
parent
0314df6de8
commit
2b3f620fa6
|
@ -223,7 +223,7 @@ sudo apt-get update && sudo apt-get install -y haproxy
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
cat > /etc/haproxy/haproxy.cfg <<EOF
|
cat <<EOF | sudo tee /etc/haproxy/haproxy.cfg
|
||||||
frontend kubernetes
|
frontend kubernetes
|
||||||
bind 192.168.5.30:6443
|
bind 192.168.5.30:6443
|
||||||
option tcplog
|
option tcplog
|
||||||
|
|
Loading…
Reference in New Issue