I install kubernetes v1.11.5 from kubeadm with cni plugin flannel and everything is ok. But I after try to switch to calico I found that the cross machine pod communication is broken. So I switch back to flannel. But got error message when creating pod:
It seems that I need to reset cni network? But I don't know how to solve this problem.
My flannel and calico installation is follow kubeadm instruction with zero config update.