pods are restarted automatically in the node which is added to the existing kubeadm cluster

11/30/2017

Recently added a kubenode to the existing kubeadm cluster using

kubeadm join --token (TOKEN) (MASTER IP):6443 

and with

--discovery-token-ca-cert-hash. 

The node attached successfully and it is listed in the "kubectl get nodes".

Now the pods are assigned to the node, but those pods are restarted automatically and it seems this pods cannot communicate the other node pods also.

-- Vijayan Jayabal
kubeadm
kubernetes

0 Answers