We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment:
OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"): ubuntu 22.04
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
Version of Ansible (ansible --version):
ansible --version
Version of Python (python --version)
python --version
Kubespray version (commit) (git rev-parse --short HEAD): v2.19.0
git rev-parse --short HEAD
Network plugin used:
Full inventory with variables (ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"):
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
Command used to invoke ansible:
cd contrib/offline/ bash generate_list.sh
#cat temp/files.list https://github.com/projectcalico/calicoctl/releases/download/v3.22.3/calicoctl-linux-amd64
should update to
https://github.com/projectcalico/calico/releases/download/v3.22.3/calicoctl-linux-amd64
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. I guess #8920 fixes this issue and necessary to be backported to the branch release-2.19.
Sorry, something went wrong.
This was fixed in #8972
No branches or pull requests
Environment:
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):ubuntu 22.04
Version of Ansible (
ansible --version
):Version of Python (
python --version
)Kubespray version (commit) (
git rev-parse --short HEAD
):v2.19.0
Network plugin used:
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):Command used to invoke ansible:
should update to
The text was updated successfully, but these errors were encountered: