我一直在尝试按照此处发布的设置说明在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的机器上工作?
答案 0 :(得分:0)
amd64是人们描述x86-64处理器指令集的方式之一。通常对于Linux发行版,人们倾向于调用他们的图像amd64
,因为它首先出现。这些图像适用于任何现代英特尔芯片。
另见: