1

我一直在尝试按照此处发布的设置说明在 Ubuntu 16.04 VM 上设置本地 Kubernetes 安装:http: //kubernetes.io/docs/getting-started-guides/kubeadm/

但是,在安装 pod 网络时,在第 (3/4) 节中,会出现以下行:If you are on another architecture than amd64, you should use the flannel overlay network as described in the multi-platform section.

当您向下滚动到多平台部分时,它提供的唯一其他架构是基于 ARM 的:kubeadm deb packages and binaries are built for amd64, arm and arm64, following the multi-platform proposal.

这是否意味着我不能让 Kubernetes 在基于 Intel 的机器上工作?

4

1 回答 1

0

amd64 是人们描述 x86-64 处理器指令集的方式之一。通常对于 linux 发行版,人们倾向于调用他们的图像amd64,因为它首先出现。这些图像在任何现代英特尔芯片上都可以正常工作。

也可以看看:

于 2016-11-03T18:09:38.140 回答