digdeep

凡是过去,皆是序幕。Read the fucking manual and source code.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

 

 

 

解决方法:

查看日志 tail -f /var/log/message

发现是防火墙问题。处理方法:

关闭各个节点的防火墙:

systemctl status firewalld 

systemctl stop firewalld

systemctl enable firewalld

重启node节点:

[root@k8s_node02 bin]# systemctl daemon-reload
[root@k8s_node02 bin]# systemctl restart docker

[root@k8s_node02 bin]# systemctl restart kubelet

[root@k8s_node02 bin]# systemctl restart kube-proxy

 

搞定:

 

 

 

posted on 2020-02-09 11:21  digdeep  阅读(13877)  评论(0编辑  收藏  举报
不懂数据库和Web安全的架构师不是一个好的程序员。