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

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

[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