Hey guys, trying to run rke2 with cilium and I am ...
# general
s
Hey guys, trying to run rke2 with cilium and I am reading it should be bundled in rke2-images.linux-amd64.tar.gz but it's not in there. Is this on purpose or am I missing something?
It is in rke2-images.linux-amd64.txt just not in the tar.gz this is in version 1.33.3
c
you need the correct tarballs for the CNI you’re using.
The docs are not currently correct. rke2-images contains just the images for the default CNI. If you want to use a different CNI, you should get the rke2-images-core plus rke2-images-CNI
there’s a docs PR open to fix this, should be addressed soon. https://github.com/rancher/rke2-docs/pull/400
s
Does the air gap install scrip automatically process multiple. Txt and .tar.gz files?
c
what airgap install script? There is only one install script.
s
Well I mean that script with the installation source set to a local directory.
it will copy them into the images dir if you have them in the artifact path, yes
💯 1
the .txt files are not handled. only tarballs.
Text files are meant for if you need a list to feed into a script to sync images into a private registry or the like
👍 1