Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在看这个网址。
它说-“如果您已经有办法配置托管资源,请使用kubeadm每台机器使用单个命令轻松启动集群。”
kubeadm
“如果您已经有办法配置托管资源”是什么意思?
如果我的办公室 LAN 中有几台 Ubuntu 机器,我可以使用它们在它们上设置 Kubernetes 集群kubeadm吗?
这只是意味着您已经有办法在这些机器上安装操作系统、启动它们、在 LAN 上分配 IP 等等。如果您可以通过 SSH 连接到您的节点,那么您就准备好了!
仔细按照指南进行操作,您很快就会拥有一个演示集群。