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.
我什至不知道这是否可能,但这是否明智?我不知道,但我认为主节点不必像工作节点那样处理那么多。有了这个假设,我想通过将它移动到我的 RPiV4(有 4GB 内存)来使我的主人尽可能节能。
混合架构集群的构建需要对 1.12 版以来提供的主要 Kubernetes 发行版进行一些改进。Kubernetes 有一段时间有 AMD64 和 ARM64 映像,但为了能够透明地创建混合集群,它需要将 Docker Manifest 推送到主映像标记指向已标记架构映像的存储库。我真的建议您寻找这些文章:
我希望它会帮助你。