将节点添加到 Windows Minikube Kubernetes 安装 - 如何?

Adding nodes to a Windows Minikube Kubernetes Installation - How?

我的 Windows10 机器上安装了 MiniKube 运行ning。我想在集群中添加一个额外的节点。

  1. 我在另一台安装了 k8s 的主机上安装了 Centos VM 运行。如何从我的 Windows 机器上的主节点 运行ning 获取 VM 上的 kubectrl join command 到 运行?
  2. 我需要在 MiniKube VM 上安装覆盖网络吗?或者已经安装了?

Minikube 目前正式是单节点的。在 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).

上有关于此限制的讨论