Skip to content
Snippets Groups Projects
Commit 6ae70e03 authored by Matthew Mosesohn's avatar Matthew Mosesohn
Browse files

fixup upgrades for canal and weave

parent ee15f99d
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
kube:
name: "canal-node"
kubectl: "{{ bin_dir }}/kubectl"
filename: "{{ kube_config_dir }}/canal-node.yml"
filename: "{{ kube_config_dir }}/canal-node.yaml"
resource: "ds"
namespace: "{{system_namespace}}"
state: absent
......
......@@ -37,3 +37,5 @@
- name: Weave pre-upgrade | Purge legacy weave docker containers
shell: "docker ps -af 'name=^/weave.*' -q | xargs --no-run-if-empty docker rm -f"
retries: 3
failed_when: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment