diff --git a/docs/ha-mode.md b/docs/ha-mode.md index 754448faf..ddf330715 100644 --- a/docs/ha-mode.md +++ b/docs/ha-mode.md @@ -53,12 +53,12 @@ an example configuration for a HAProxy service acting as an external LB: ```raw listen kubernetes-apiserver-https bind :8383 - option ssl-hello-chk mode tcp + option log-health-checks timeout client 3h timeout server 3h - server master1 :6443 - server master2 :6443 + server master1 :6443 check check-ssl verify none inter 10000 + server master2 :6443 check check-ssl verify none inter 10000 balance roundrobin ```