I have MiniKube running on my Windows 10 machine. I would like to add an additional node to the cluster.
kubectrl join command
to run on the VM from the master node running on my Windows machine?Minikube is officially single-node at the moment. There's a discussion about this limitation at https://github.com/kubernetes/minikube/issues/94 But it seems people have found ways to do it with VirtualBox and there are other ways to run a multi-node cluster locally. Otherwise I'd suggest creating a cluster with one of the cloud providers (e.g. GKE).