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
Kubespray terminates with the following error while downloading runc .
TASK [container-engine/runc : Download_file | Show url of file to download]
fatal: [node1]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: {{ download_defaults | combine(downloads.runc) }}:
What did you expect to happen?
runc module to get deployed and continue with the rest of the deployment.
How can we reproduce it (as minimally and precisely as possible)?
using calico
1 master , 2 worker node , 1 admin node from where the kubespray is been executed
What happened?
Kubespray terminates with the following error while downloading runc .
TASK [container-engine/runc : Download_file | Show url of file to download]
fatal: [node1]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: {{ download_defaults | combine(downloads.runc) }}:
What did you expect to happen?
runc module to get deployed and continue with the rest of the deployment.
How can we reproduce it (as minimally and precisely as possible)?
using calico
1 master , 2 worker node , 1 admin node from where the kubespray is been executed
OS
Linux 6.5.0-1025-azure x86_64
PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
Version of Ansible
2.16.14
Version of Python
Python 3.10.12 (main, Jan 17 2025, 14:35:34) [GCC 11.4.0] on linux
Version of Kubespray (commit)
3514ae8
Network plugin used
calico
Full inventory with variables
NA
Command used to invoke ansible
ansible-playbook -i inventory/mycluster/inventory.ini -b -v --private-key=~/.ssh/id_rsa cluster.yml
Output of ansible run
NA
Anything else we need to know
NA
The text was updated successfully, but these errors were encountered: