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

missing offline download file #8915

Closed
onap4105 opened this issue Jun 2, 2022 · 3 comments · Fixed by #8920
Closed

missing offline download file #8915

onap4105 opened this issue Jun 2, 2022 · 3 comments · Fixed by #8920
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@onap4105
Copy link

onap4105 commented Jun 2, 2022

Environment:

  • Cloud provider or hardware configuration:

  • OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"):

  • Version of Ansible (ansible --version):

  • Version of Python (python --version):

Kubespray version (commit) (git rev-parse --short HEAD):

Kubespray tag 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:
./generate_list.sh

Output of ansible run:

https://storage.googleapis.com/kubernetes-release/release/v1.23.7/bin/linux/amd64/kubelet
https://storage.googleapis.com/kubernetes-release/release/v1.23.7/bin/linux/amd64/kubectl
https://storage.googleapis.com/kubernetes-release/release/v1.23.7/bin/linux/amd64/kubeadm
https://github.com/etcd-io/etcd/releases/download/v3.5.3/etcd-v3.5.3-linux-amd64.tar.gz
https://github.com/containernetworking/plugins/releases/download/v1.1.1/cni-plugins-linux-amd64-v1.1.1.tgz
https://github.com/projectcalico/calicoctl/releases/download/v3.22.3/calicoctl-linux-amd64
https://github.com/projectcalico/calico/releases/download/v3.22.3/calicoctl-linux-amd64
https://github.com/projectcalico/calico/archive/v3.22.3.tar.gz
https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.23.0/crictl-v1.23.0-linux-amd64.tar.gz
https://get.helm.sh/helm-v3.8.2-linux-amd64.tar.gz
https://github.com/opencontainers/runc/releases/download/v1.1.1/runc.amd64
https://github.com/containers/crun/releases/download/1.4.4/crun-1.4.4-linux-amd64
https://github.com/containers/youki/releases/download/v0.0.1/youki_v0_0_1_linux.tar.gz
https://github.com/kata-containers/kata-containers/releases/download/2.4.1/kata-static-2.4.1-x86_64.tar.xz
https://storage.googleapis.com/gvisor/releases/release/20210921/x86_64/runsc
https://storage.googleapis.com/gvisor/releases/release/20210921/x86_64/containerd-shim-runsc-v1
https://github.com/containerd/nerdctl/releases/download/v0.19.0/nerdctl-0.19.0-linux-amd64.tar.gz
https://github.com/kubernetes-sigs/krew/releases/download/v0.4.2/krew-linux_amd64.tar.gz
https://github.com/containerd/containerd/releases/download/v1.6.4/containerd-1.6.4-linux-amd64.tar.gz
https://github.com/Mirantis/cri-dockerd/releases/download/v0.2.0/cri-dockerd-v0.2.0-linux-amd64.tar.gz

Anything else do we need to know:
are these two the same file in the output list?
https://github.com/projectcalico/calicoctl/releases/download/v3.22.3/calicoctl-linux-amd64
https://github.com/projectcalico/calico/releases/download/v3.22.3/calicoctl-linux-amd64

This one is not available.
wget https://github.com/projectcalico/calicoctl/releases/download/v3.22.3/calicoctl-linux-amd64
--2022-06-02 21:59:04-- https://github.com/projectcalico/calicoctl/releases/download/v3.22.3/calicoctl-linux-amd64
.
.
Proxy request sent, awaiting response... 404 Not Found
2022-06-02 21:59:04 ERROR 404: Not Found.

@onap4105 onap4105 added the kind/bug Categorizes issue or PR as related to a bug. label Jun 2, 2022
@sathieu
Copy link
Contributor

sathieu commented Jun 3, 2022

Proposed fix: #8920

@cristicalin
Copy link
Contributor

This is breakage caused by project calico deciding to change their release artefacts location mid-cycle. The solution for now is to swap the alternate download url with the currently working one until we drop support for older calico versions.

1 similar comment
@cristicalin
Copy link
Contributor

This is breakage caused by project calico deciding to change their release artefacts location mid-cycle. The solution for now is to swap the alternate download url with the currently working one until we drop support for older calico versions.

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.

3 participants