Skip to content

Commit

Permalink
Update Calico and Canal to fix issue on ARM (#3228)
Browse files Browse the repository at this point in the history
* Update Calico and Canal to fix issue on ARM

* Use single arch for CNI plugin images

* Fix incorrect checksums
  • Loading branch information
to-bar authored Jul 29, 2022
1 parent fe65786 commit b8a62b5
Show file tree
Hide file tree
Showing 10 changed files with 1,487 additions and 678 deletions.
4 changes: 0 additions & 4 deletions ansible/playbooks/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ kubeconfig:

# https://github.com/ansible/ansible/issues/57189
yum_lock_timeout: 300

global_architecture_alias:
x86_64: amd64
aarch64: arm64
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,4 @@
- name: Include Calico deployment tasks
include_tasks: deployments/deploy-template.yml
vars:
calico_arch: "{{ global_architecture_alias[ansible_architecture] }}"
file_name: calico.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,4 @@
- name: Include Canal deployment tasks
include_tasks: deployments/deploy-template.yml
vars:
canal_arch: "{{ global_architecture_alias[ansible_architecture] }}"
file_name: canal.yml.j2
754 changes: 687 additions & 67 deletions ansible/playbooks/roles/kubernetes_master/templates/calico.yml.j2

Large diffs are not rendered by default.

777 changes: 701 additions & 76 deletions ansible/playbooks/roles/kubernetes_master/templates/canal.yml.j2

Large diffs are not rendered by default.

Loading

0 comments on commit b8a62b5

Please sign in to comment.