I deployed Kubernetes with multiple master configuration from kubadm multiple maser HA document. Then I join a worker node to this cluster.
At worker node, I could not ping ip of pods which were running at other nodes. At each master node, I could ping other node's pods.
I also found that the cni0 interface not existed at worker nodes but existed at master nodes.
Did I miss any configurations?
Any suggestions will be appreciated.