Kubernetes: kubeadm join fails in private network
Solution 1:
I was able to resolve the issue by adding the --apiserver-advertise-address
parameter to the kubeadm join
command as well.
I was able to resolve the issue by adding the --apiserver-advertise-address
parameter to the kubeadm join
command as well.