Skip to content

Commit ac0bd87

Browse files
authored
Merge pull request #70837 from dfitzmau/OCPBUGS-23427
OCPBUGS-23427: Updated Example load balancer configuration for user-p…
2 parents 2d426ba + 399102a commit ac0bd87

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

modules/installation-load-balancing-user-infra.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,13 @@ listen api-server-6443 <1>
213213
listen machine-config-server-22623 <3>
214214
bind *:22623
215215
mode tcp
216-
server bootstrap bootstrap.ocp4.example.com:22623 check inter 1s backup <2>
217-
server master0 master0.ocp4.example.com:22623 check inter 1s
218-
server master1 master1.ocp4.example.com:22623 check inter 1s
219-
server master2 master2.ocp4.example.com:22623 check inter 1s
216+
option httpchk GET /readyz HTTP/1.0
217+
option log-health-checks
218+
balance roundrobin
219+
server bootstrap bootstrap.ocp4.example.com:6443 verify none check check-ssl inter 10s fall 2 rise 3 backup <2>
220+
server master0 master0.ocp4.example.com:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3
221+
server master1 master1.ocp4.example.com:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3
222+
server master2 master2.ocp4.example.com:6443 weight 1 verify none check check-ssl inter 10s fall 2 rise 3
220223
listen ingress-router-443 <4>
221224
bind *:443
222225
mode tcp

0 commit comments

Comments
 (0)