Skip to content

Commit

Permalink
Clean up calicoctl_alternate_download_url (kubernetes-sigs#10271)
Browse files Browse the repository at this point in the history
  • Loading branch information
yckaolalala authored and pedromcpedro committed May 8, 2024
1 parent 280138b commit adada91
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion inventory/sample/group_vars/all/offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

# [Optional] Calico: If using Calico network plugin
# calicoctl_download_url: "{{ files_repo }}/github.com/projectcalico/calico/releases/download/{{ calico_ctl_version }}/calicoctl-linux-{{ image_arch }}"
# calicoctl_alternate_download_url: "{{ files_repo }}/github.com/projectcalico/calicoctl/releases/download/{{ calico_ctl_version }}/calicoctl-linux-{{ image_arch }}"
# [Optional] Calico with kdd: If using Calico network plugin with kdd datastore
# calico_crds_download_url: "{{ files_repo }}/github.com/projectcalico/calico/archive/{{ calico_version }}.tar.gz"

Expand Down
2 changes: 0 additions & 2 deletions roles/download/defaults/main/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -740,8 +740,6 @@ downloads:
dest: "{{ local_release_dir }}/calicoctl-{{ calico_ctl_version }}-{{ image_arch }}"
sha256: "{{ calicoctl_binary_checksum }}"
url: "{{ calicoctl_download_url }}"
mirrors:
- "{{ calicoctl_download_url }}"
unarchive: false
owner: "root"
mode: "0755"
Expand Down

0 comments on commit adada91

Please sign in to comment.