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:
Cloud provider or hardware configuration: Bare Metal
OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"): CentOS-Stream-8
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
Version of Ansible (ansible --version): ansible [core 2.12.5] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/dist-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/local/bin/ansible python version = 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] jinja version = 2.11.3 libyaml = True
ansible --version
ansible [core 2.12.5] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/dist-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/local/bin/ansible python version = 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] jinja version = 2.11.3 libyaml = True
Version of Python (python --version): Python 3.9.2
python --version
Kubespray version (commit) (git rev-parse --short HEAD): 18efdc2
git rev-parse --short HEAD
Network plugin used: Calico
Full inventory with variables (ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"): <script src="https://gist.github.com/pomland-94/02bd75cc273d4565108f50946a3affbd.js"></script>
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
Command used to invoke ansible: ansible-playbook -i inventory/contentways/hosts.yaml -u root -b -v --private-key=~/.ssh/id_rsa cluster.yml
ansible-playbook -i inventory/contentways/hosts.yaml -u root -b -v --private-key=~/.ssh/id_rsa cluster.yml
Output of ansible run: https://gist.github.com/pomland-94/5f0cd86ce582653abe00d236ed2b0ef7
Anything else do we need to know: In the installation process Ansible try to Download calicoctl under the following URL (https://github.com/projectcalico/calicoctl/releases/download/v3.23.3/calicoctl-linux-amd64), but the the binary is not available (404 - Not found) the right URL is this one here. https://github.com/projectcalico/calicoctl/releases/download/v3.20.6/calicoctl-linux-amd64
The text was updated successfully, but these errors were encountered:
This issue is known one, and we are discussing it on #9393 Please check it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Environment:
Cloud provider or hardware configuration:
Bare Metal
OS (
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):CentOS-Stream-8
Version of Ansible (
ansible --version
):ansible [core 2.12.5] config file = None configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.9/dist-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections executable location = /usr/local/bin/ansible python version = 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110] jinja version = 2.11.3 libyaml = True
Version of Python (
python --version
):Python 3.9.2
Kubespray version (commit) (
git rev-parse --short HEAD
):18efdc2
Network plugin used:
Calico
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):<script src="https://gist.github.com/pomland-94/02bd75cc273d4565108f50946a3affbd.js"></script>
Command used to invoke ansible:
ansible-playbook -i inventory/contentways/hosts.yaml -u root -b -v --private-key=~/.ssh/id_rsa cluster.yml
Output of ansible run:
https://gist.github.com/pomland-94/5f0cd86ce582653abe00d236ed2b0ef7
Anything else do we need to know:
In the installation process Ansible try to Download calicoctl under the following URL (https://github.com/projectcalico/calicoctl/releases/download/v3.23.3/calicoctl-linux-amd64), but the the binary is not available (404 - Not found) the right URL is this one here. https://github.com/projectcalico/calicoctl/releases/download/v3.20.6/calicoctl-linux-amd64
The text was updated successfully, but these errors were encountered: