I have MiniKube running on my Windows 10 machine. I would like to add an additional node to the cluster.
- I have a Centos VM running on a different host that has k8s installed. How to I get the
kubectrl join command
to run on the VM from the master node running on my Windows machine? - Do I need to install an overlay network on the MiniKube VM? Or is one already installed?