1 Rookie

 • 

4 Posts

April 15th, 2022 02:00

I have find out the actual problem was firewall related. After I done the follow command, everything worked as expect.

systemctl stop kubelet
systemctl stop docker
iptables --flush
iptables -tnat --flush
systemctl start kubelet
systemctl start docker
No Events found!

Top