rancher arm安装包下载
Last updated on February 3, 2026 am
🧙 Questions
下载arm版本对应的rancher安装包
使用mac电脑操作
☄️ Ideas
下载rke安装包
下载对应的arm架构
curl -sfL https://get.rke2.io --output install.sh下载helm安装包
下载nerdctl安装包
下载harbor
harbor官方不支持arm架构
https://github.com/wise2c-devops/build-harbor-aarch64/releases/tag/v2.13.0
https://github.com/goharbor/harbor-helm/releases/tag/v1.18.0
下载local-path-provisioner
https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.32
local-path-provisioner-v0.0.32.yaml
curl -sfL https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.32/deploy/local-path-storage.yaml --output local-path-provisioner-v0.0.32.yaml- local-path-provisioner-v0.0.32-arm64.tar.gz
docker pull rancher/local-path-provisioner:v0.0.32
docker save -o ~/Downloads/local-path-provisioner-v0.0.32-arm64.tar.gz rancher/local-path-provisioner:v0.0.32- busybox-latest-arm64.tar.gz
docker pull busybox:latest
docker save -o ~/Downloads/busybox-latest-arm64.tar.gz busybox:latest下载rancher镜像
# 把rancher-load-images.sh中的docker命令改成nerdctl
sed -i 's/docker/nerdctl/g' rancher-load-images.sh原生下载的rancher-images.txt比较多,修改txt,只需要以下组件即可
quay.io/jetstack/cert-manager-cainjector:v1.15.1
quay.io/jetstack/cert-manager-controller:v1.15.1
quay.io/jetstack/cert-manager-startupapicheck:v1.15.1
quay.io/jetstack/cert-manager-webhook:v1.15.1
rancher/fleet-agent:v0.9.5
rancher/fleet:v0.9.5
rancher/gitjob:v0.9.8
rancher/mirrored-cluster-api-controller:v1.4.4
rancher/rancher:v2.8.5
rancher/rancher-agent:v2.8.5
rancher/rancher-webhook:v0.4.7
rancher/shell:v0.1.24
rancher/kubectl:v1.20.2- rancher-images.tar.gz
chmod +x rancher-save-images.sh
./rancher-save-images.sh --image-list ./rancher-images.txt下载自签证书
https://github.com/cert-manager/cert-manager/releases/tag/v1.15.1
cert-manager-crd.yaml
curl -L -o cert-manager-crd.yaml https://github.com/cert-manager/cert-manager/releases/download/v1.15.1/cert-manager.crds.yaml- cert-manager-v1.15.1.tgz
helm repo add jetstack https://charts.jetstack.io
helm repo update
helm fetch jetstack/cert-manager --version v1.15.1下载rancher
helm repo add rancher-stable https://releases.rancher.com/server-charts/stable
helm repo update
helm fetch rancher-stable/rancher --version 2.8.5🔗 Links
rancher arm安装包下载
https://ispong.isxcode.com/kubernetes/rancher/rancher arm安装包下载/