Skip to content

Commit

Permalink
ha: fix typing; fixed opsnull#344
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang Jun committed Oct 18, 2018
1 parent af2b577 commit 42896fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06-1.ha.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ listen kube-master
EOF
```
+ haproxy 在 10080 端口输出 status 信息;
+ haproxy 监听**所有接口**6443 端口,该端口与环境变量 ${KUBE_APISERVER} 指定的端口必须一致;
+ haproxy 监听**所有接口**8443 端口,该端口与环境变量 ${KUBE_APISERVER} 指定的端口必须一致;
+ server 字段列出所有 kube-apiserver 监听的 IP 和端口;

下发 haproxy.cfg 到所有 master 节点:
Expand Down

0 comments on commit 42896fe

Please sign in to comment.