-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
use latest calicoctl repo first #8920
Conversation
Hi @sathieu. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @LuckySB |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sathieu Thanks 👍
Indeed https://github.com/projectcalico/calicoctl is archived and no longer updated
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: floryut, sathieu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@floryut ok-to-test is missing ... |
lgtm too, no rush needed 😄 |
@floryut Yes, sorry for the noise (I thought you forgot). |
@@ -142,8 +142,7 @@ kubectl_download_url: "https://storage.googleapis.com/kubernetes-release/release | |||
kubeadm_download_url: "https://storage.googleapis.com/kubernetes-release/release/{{ kubeadm_version }}/bin/linux/{{ image_arch }}/kubeadm" | |||
etcd_download_url: "https://github.com/etcd-io/etcd/releases/download/{{ etcd_version }}/etcd-{{ etcd_version }}-linux-{{ image_arch }}.tar.gz" | |||
cni_download_url: "https://github.com/containernetworking/plugins/releases/download/{{ cni_version }}/cni-plugins-linux-{{ image_arch }}-{{ cni_version }}.tgz" | |||
calicoctl_download_url: "https://github.com/projectcalico/calicoctl/releases/download/{{ calico_ctl_version }}/calicoctl-linux-{{ image_arch }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deleting this breaks older versions of calico because project calico did this in the middle of a release stream and have not provided redirects from the old urls or any other compatibility mechanism.
We should swap the urls between the old and the new ones to unbreak the offline download but until we remove all older versions that kubespray supports we cannot do this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I swapped the urls.
/hold |
@cristicalin I swapped the URLs instead. Back to you! |
👍 |
Thanks @sathieu ! /lgtm |
What type of PR is this?
What this PR does / why we need it:
offline mode
./generate_list.sh
is only using the primary url, which is 404 before this PR. Without offline mode, the problem is hidden by Validate mirrors tasks (see #8474)Which issue(s) this PR fixes:
Fixes #8915
Special notes for your reviewer:
Does this PR introduce a user-facing change?: