Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x86_64 arch binaries support #773

Open
stanfordpeng opened this issue Apr 13, 2024 · 1 comment
Open

x86_64 arch binaries support #773

stanfordpeng opened this issue Apr 13, 2024 · 1 comment

Comments

@stanfordpeng
Copy link

stanfordpeng commented Apr 13, 2024

We should remind users to download the latest k8s component(kubelet, kubectl, kube-apiserver,kube-controller-manager, kube-scheduler) binaries from https://www.downloadkubernetes.com/ based on their os and arch.

For the rest of tools: cri, runc, etcd, cni-plugins, containerd, we can download from github release:
https://github.com/kubernetes-sigs/cri-tools/releases
https://github.com/opencontainers/runc/releases
https://github.com/containernetworking/plugins/releases
https://github.com/etcd-io/etcd/releases
https://github.com/containerd/containerd/releases/

BTW, If you are doing it via x86_64 arch vms, use below for downloads.txt:

https://dl.k8s.io/release/v1.29.3/bin/linux/amd64/kubectl
https://dl.k8s.io/v1.29.3/bin/linux/amd64/kube-apiserver
https://dl.k8s.io/v1.29.3/bin/linux/amd64/kube-controller-manager
https://dl.k8s.io/v1.29.3/bin/linux/amd64/kube-scheduler
https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.29.0/crictl-v1.29.0-linux-amd64.tar.gz
https://github.com/opencontainers/runc/releases/download/v1.1.12/runc.amd64
https://github.com/containernetworking/plugins/releases/download/v1.4.0/cni-plugins-linux-amd64-v1.4.0.tgz
https://github.com/containerd/containerd/releases/download/v1.7.15/containerd-1.7.15-linux-amd64.tar.gz
https://dl.k8s.io/v1.29.3/bin/linux/amd64/kube-proxy
https://dl.k8s.io/v1.29.3/bin/linux/amd64/kubelet
https://github.com/etcd-io/etcd/releases/download/v3.5.13/etcd-v3.5.13-linux-amd64.tar.gz

@FRANKGUO1
Copy link

I would like to ask, have you successfully implemented it using x86_64 arch vm?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants