From 13f3e8a60f1db02108a496c2a49e791a9d77e9d4 Mon Sep 17 00:00:00 2001 From: dfitzmau Date: Mon, 26 Feb 2024 16:49:42 +0000 Subject: [PATCH] OCPBUGS-29514: Removed 2 lines from the BM external LB example --- modules/installation-load-balancing-user-infra.adoc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/modules/installation-load-balancing-user-infra.adoc b/modules/installation-load-balancing-user-infra.adoc index a686345ac739..70c3ad95ad66 100644 --- a/modules/installation-load-balancing-user-infra.adoc +++ b/modules/installation-load-balancing-user-infra.adoc @@ -180,8 +180,6 @@ defaults listen api-server-6443 <1> bind *:6443 mode tcp - option httpchk GET /readyz HTTP/1.0 - option log-health-checks balance roundrobin server bootstrap bootstrap.ocp4.example.com:6443 verify none check check-ssl inter 10s fall 2 rise 3 backup <2> server master0 master0.ocp4.example.com:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3 @@ -190,10 +188,10 @@ listen api-server-6443 <1> listen machine-config-server-22623 <3> bind *:22623 mode tcp - server bootstrap bootstrap.ocp4.example.com:22623 check inter 1s backup <2> - server master0 master0.ocp4.example.com:22623 check inter 1s - server master1 master1.ocp4.example.com:22623 check inter 1s - server master2 master2.ocp4.example.com:22623 check inter 1s + server bootstrap bootstrap.ocp4.example.com:22623 verify none check check-ssl inter 10s fall 2 rise 3 backup <2> + server master0 master0.ocp4.example.com:22623 weight 1 verify none check check-ssl inter 10s fall 2 rise 3 + server master1 master1.ocp4.example.com:22623 weight 1 verify none check check-ssl inter 10s fall 2 rise 3 + server master2 master2.ocp4.example.com:22623 weight 1 verify none check check-ssl inter 10s fall 2 rise 3 listen ingress-router-443 <4> bind *:443 mode tcp