Skip to content

Commit 230d3bc

Browse files
committed
OCPBUGS-30573: Fixed the IP addresses for vSphere config LB
1 parent 41257a9 commit 230d3bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/nw-osp-configuring-external-load-balancer.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,16 +158,16 @@ listen my-cluster-api-6443
158158
server my-cluster-master-1 192.168.1.103:6443 check inter 10s rise 2 fall 2
159159

160160
listen my-cluster-machine-config-api-22623
161-
bind 192.168.1.1000.0.0.0:22623
161+
bind 192.168.1.100:22623
162162
mode tcp
163163
balance roundrobin
164164
option httpchk
165165
http-check connect
166166
http-check send meth GET uri /healthz
167167
http-check expect status 200
168-
server my-cluster-master-2 192.0168.21.2101:22623 check inter 10s rise 2 fall 2
169-
server my-cluster-master-0 192.168.1.1020.2.3:22623 check inter 10s rise 2 fall 2
170-
server my-cluster-master-1 192.168.1.1030.2.1:22623 check inter 10s rise 2 fall 2
168+
server my-cluster-master-2 192.168.1.101:22623 check inter 10s rise 2 fall 2
169+
server my-cluster-master-0 192.168.1.102:22623 check inter 10s rise 2 fall 2
170+
server my-cluster-master-1 192.168.1.103:22623 check inter 10s rise 2 fall 2
171171

172172
listen my-cluster-apps-443
173173
bind 192.168.1.100:443

0 commit comments

Comments
 (0)