I am trying to learn microk8s. I installed 3 Ubuntu in my virtual box. I installed the microk8s on each of these virtual machines. I want machines in the form of master node and 2 worker nodes to communicate with each other.
I tried to use this command in first machine:
microk8s add-node
And in the second machine, I tried to join this as a worker. But it does not work. I gave this error:
How can I fix this?