You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried an air gapped install with the latest code. I downloaded the image tarball and the binary tarball for v1.30.5+rke2r1 and placed them in the tarball_install directory.
When working in an airgapped environment, you have to set the install_rke2_version variable in order to prevent the playbook from trying to reach out to the internet and determine the latest version available.
When v2.0.0 gets released, there will be multiple different ways to tell the playbook to grab the tarball; either locally from the ansible control host or via a remote URL that's hosting the tarball
I tried an air gapped install with the latest code. I downloaded the image tarball and the binary tarball for
v1.30.5+rke2r1
and placed them in thetarball_install
directory.I started the playbook via
ansible-playbook site.yml -i inventory/cluster/hosts.yml
It then fails at this position:
My hosts.yml
When I set the
install_rke2_version: v1.30.5+rke2r1
inall:vars
the playbook continues but fails atWhy does it still try to download something if everything is provided in the
tarball_install
directory?The text was updated successfully, but these errors were encountered: