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

Using installer script in Ubuntu 22.04 on Rasperry Pi 4 causes a 404 error on checksum download. #5331

Closed
willkara opened this issue Jan 28, 2024 · 1 comment

Comments

@willkara
Copy link

Environmental Info:

RKE2 Version:
N/A

Node(s) CPU architecture, OS, and Version:
Ubuntu 22.04
Raspberry Pi 4

Cluster Configuration:
N/A

Describe the bug:
Running the installer script causes a 404 error when trying to download checksums for https://github.com/rancher/rke2/releases/download/v1.26.12+rke2r1/sha256sum-arm64.txt.

Taking a look at that respective release page shows that there isn't a checksum file generate for arm64

Steps To Reproduce:
Run installer script in above given architecture and RPi version

Expected behavior:
Checksums to download properly and file to exist.

Actual behavior:

willkara@pleiades-1:~$ curl -sfL https://get.rke2.io | sudo sh -
[INFO]  finding release for channel stable
[INFO]  using v1.26.12+rke2r1 as release
[INFO]  downloading checksums at https://github.com/rancher/rke2/releases/download/v1.26.12+rke2r1/sha256sum-arm64.txt
curl: (22) The requested URL returned error: 404
@skanakal
Copy link
Contributor

its available from 1.27 and newer versions... see this, Add arm64 support #4335
use the flag INSTALL_RKE2_VERSION to set the version...

https://github.com/rancher/rke2/releases/tag/v1.27.3%2Brke2r1

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