Skip to content
New issue

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

Calicoctl Download - 404 Not found #9514

Closed
pomland-94 opened this issue Nov 22, 2022 · 1 comment · Fixed by #9515
Closed

Calicoctl Download - 404 Not found #9514

pomland-94 opened this issue Nov 22, 2022 · 1 comment · Fixed by #9515
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@pomland-94
Copy link
Contributor

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

@pomland-94 pomland-94 added the kind/bug Categorizes issue or PR as related to a bug. label Nov 22, 2022
@oomichi
Copy link
Contributor

oomichi commented Nov 22, 2022

This issue is known one, and we are discussing it on #9393
Please check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants