安装k8s出现 Failed to list *api.Node: Get http://192.168.144.131:8080...: dial tcp 192.168.144.131:8080

Posted yang-xiansen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装k8s出现 Failed to list *api.Node: Get http://192.168.144.131:8080...: dial tcp 192.168.144.131:8080相关的知识,希望对你有一定的参考价值。

原因是master主机的防火墙没关,导致无法访问主机的8080端口,解决方法暂时关闭主机上的防火墙。

* centos6 : service iptables stop

* centos7 : systemctl stop firewalld

以上是关于安装k8s出现 Failed to list *api.Node: Get http://192.168.144.131:8080...: dial tcp 192.168.144.131:8080的主要内容,如果未能解决你的问题,请参考以下文章