wangxudongx 2019-01-01 15:09 采纳率: 0%
浏览 1845

k8s搭建dashboard安装create之后查看Log出现no route to host怎么解决?

问题如题
没有解决思路
试了指定--apiserver-port:/nodeType没反应;
望各位朋友给个解决方案。

  • 写回答

1条回答 默认 最新

  • zwwhlj 2019-07-30 12:48
    关注

    [root@k8s-master k8s]# systemctl stop kubelet
    [root@k8s-master k8s]# systemctl stop docker
    [root@k8s-master k8s]# iptables --flush
    [root@k8s-master k8s]# iptables -tnat --flush
    [root@k8s-master k8s]# systemctl start kubelet
    [root@k8s-master k8s]# systemctl start docker

    评论

报告相同问题?