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 · 2 comments
Open

x86_64 arch binaries support #773

stanfordpeng opened this issue Apr 13, 2024 · 2 comments

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?

@cloudmtd
Copy link

This has worked for me and I was able to confirm the version going through the Jumpbox setup

SMP PREEMPT_DYNAMIC Debian 6.1.106-3 (2024-08-26) x86_64 GNU/Linux

Client Version: v1.29.3
Kustomize Version: v5.0.4-0.20230601165947-6ce0bf390ce3

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

3 participants