-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.15
-
None
-
Quality / Stability / Reliability
-
False
-
-
3
-
Moderate
-
No
-
None
-
None
-
None
-
OSDOCS Sprint 250
-
1
-
Done
-
Release Note Not Required
-
N/A
-
None
-
None
-
None
-
None
Description of problem:
Backend port in HaProxy configuration example is wrong in the following documentation section
I would expect that the frontend port 22623 should be mapped to backend port 22623 not 6443 and correct configuration should be as follows
listen machine-config-server-22623 bind *:22623 mode tcp option httpchk GET /readyz HTTP/1.0 option log-health-checks balance roundrobin server bootstrap bootstrap.ocp4.example.com:22623 verify none check check-ssl inter 10s fall 2 rise 3 backup 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
Version-Release number of selected component (if applicable):
4.15
- is documented by
-
OCPBUGS-29514 [enterprise-4.15] Issue in file installing/installing_bare_metal/installing-bare-metal.adoc
-
- Closed
-
- links to