Broken links/hashes in 2.27.0 #12142
Labels
AlmaLinux 8
kind/support
Categorizes issue or PR as a support question.
triage/needs-information
Indicates an issue needs more information in order to work on it.
What happened?
During the deployment of the master branch, I encountered the following issue:
"fatal: [worker11]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: {{ download_defaults | combine(downloads.runc) }}: blablabla listing all Kubernetes components over 4 pages"
As I understand it (I could be wrong), the deployment is failing due to outdated links for downloading Kubernetes components.
Details:
Can you confirm if my understanding of the error's cause is correct? The v2.25.1 version deployed without any issues.
What did you expect to happen?
I was expecting the cluster deployment :)
How can we reproduce it (as minimally and precisely as possible)?
Cloning the master branch of Kubespray
Copying the sample inventory and modifying it for your cluster
docker run --rm -it --mount type=bind,source="$(pwd)"/inventory/sample,dst=/inventory \ --mount type=bind,source="${HOME}"/.ssh/id_rsa,dst=/root/.ssh/id_rsa \ quay.io/kubespray/kubespray:v2.27.0 bash
ansible-playbook -i /inventory/inventory.ini --private-key /root/.ssh/id_rsa cluster.yml
OS
AlmaLinux 8
Version of Ansible
in v2.27.0 container
Version of Python
in v2.27.0 container
Version of Kubespray (commit)
in v2.27.0 container
Network plugin used
calico
Full inventory with variables
[kube_control_plane]
master1 ansible_host=1.13.37.21 ip=1.14.88.21 etcd_member_name=etcd1
[etcd:children]
kube_control_plane
[kube_node]
worker11 ansible_host=1.13.37.22 ip=1.14.88.22
worker12 ansible_host=1.13.37.23 ip=1.14.88.23
Command used to invoke ansible
ansible-playbook -i /kubespray/inventory/mycluster/inventory.ini --private-key /root/.ssh/id_rsa cluster.yml | tee deploy.log
Output of ansible run
fatal: [master]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: {{ download_defaults | combine(downloads.runc) }}: {'netcheck_server': {'enabled': '{{ deploy_netchecker }}', 'container': True, 'repo': '{{ netcheck_server_image_repo }}', 'tag': '{{ blablalbalba
Anything else we need to know
No response
The text was updated successfully, but these errors were encountered: