File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -158,16 +158,16 @@ listen my-cluster-api-6443
158
158
server my-cluster-master-1 192.168.1.103:6443 check inter 10s rise 2 fall 2
159
159
160
160
listen my-cluster-machine-config-api-22623
161
- bind 192.168.1.1000.0.0.0 :22623
161
+ bind 192.168.1.100 :22623
162
162
mode tcp
163
163
balance roundrobin
164
164
option httpchk
165
165
http-check connect
166
166
http-check send meth GET uri /healthz
167
167
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
171
171
172
172
listen my-cluster-apps-443
173
173
bind 192.168.1.100:443
You can’t perform that action at this time.
0 commit comments