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.
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 CrashLo
本文链接:https://www.haomeiwen.com/subject/vrevlctx.html
网友评论