I tried to use microk8s add-node
in first machine. and second machine, I tried to microk8s join <>:<>/<> --worker
but it returns this:
the host name of the joining node does not resolve to the IP Refusing join (400)
I tried to use microk8s add-node
in first machine. and second machine, I tried to microk8s join <>:<>/<> --worker
but it returns this:
the host name of the joining node does not resolve to the IP Refusing join (400)
You need to make sure the control plane node can also resolve the hostname of the workers.
Add on the /etc/hosts
of the control plane node: e.g.:
192.168.0.10 workerName