Say you have this situation. You have 2 machines, 1 Master, 1 Worker. Both are o . . .

MAS:
say you have this situation. You have 2 machines, 1 Master, 1 Worker. Both are on the same network. Both show up in the cluster with the same IP address. This Causes a loop back when adding the Worker node. How do I solve for that? is there a way to assign an internal IP for each node. Would ZeroTier be a good solution here?

Ly Quoc Bao:
Hey,
You can refer to this link: https://github.com/kubernetes/kubeadm/issues/203

MAS:
This is amazing