centos, minikube coredns CrashLoopBackOff, connect: no route to host

systemctl stop kubelet

systemctl stop docker

iptables --flush

iptables -tnat --flush

systemctl start kubelet

systemctl start docker

The route problem can be solved by flush iptables.


原文

你可能感兴趣的:(centos, minikube coredns CrashLoopBackOff, connect: no route to host)