licheng
licheng
请问我启动haproxy两个节点都会报backend k8s-api has no server available错误是什么原因呢? haproxy日志: Server k8s-api/k8s-api-1 is DOWN, reason: Layer4 connection problem, info: "General socket error (Permission denied) at initial connection step of tcp-check", check duration: 0ms....
端口都在,apiserver也在,tenlet是通的 root@k8sa-02 ~]# telnet 192.168.32.12 6443 Trying 192.168.32.12... Connected to 192.168.32.12. Escape character is '^]'. 配置 frontend k8s-api bind 192.168.32.12:443 mode tcp option tcplog tcp-request inspect-delay 5s tcp-request content accept...