-
Notifications
You must be signed in to change notification settings - Fork 268
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
rke2-images-cilium.linux-amd64.* missing and Airgap Tarball is failing #5136
Comments
I believe that up until recently, some or all of the cilium images did not support arm64, so we disabled packaging it for that architecture. Lines 36 to 37 in c1494f5
@manuelbuil @thomasferrandiz can we revisit this, and see if we can package cilium airgap images for arm64? |
Also related: #5135 (comment) |
I removed the |
Thanks Mike! You should change the status of the issue to working and set the milestone to the next release :) |
Environmental Info:
RKE2 Version: v1.28.4+rke2r1
Node(s) CPU architecture, OS, and Version: Linux k8s-master-1 6.1.0-15-arm64 #1 SMP Debian 6.1.66-1 (2023-12-09) aarch64 GNU/Linux
Cluster Configuration: 3 Server with Cilium CNI
Describe the bug:
I would like to prefetch files in Packer to do an Tarball Installation of RKE2 and reduce startup times. According to: https://docs.rke2.io/install/airgap#tarball-method i have to download
rke2-images-core
andrke2-images-cilium
, because of--cni=cilium
However rke2-images-cilium.linux-amd64.tar.zst does exist, while rke2-images-cilium.linux-arm64.tar.zst does not.
Steps To Reproduce:
+
is escaped before:Expected behavior:
Successful download
Actual behavior:
CHECKSUM_CILIUM_EXPECTED=$(grep "rke2-images-cilium.linux-$ARCH.tar.zst" "sha256sum-$ARCH.txt" | awk '{print $1}');
failed, because no file and checksum is present.Additional context / logs:
The text was updated successfully, but these errors were encountered: