diff --git a/roles/network_plugin/calico/tasks/main.yml b/roles/network_plugin/calico/tasks/main.yml index eda9c2934540dfe4039734244858826e82a8111e..fa734464ed6c23d5c737a8e491b6fb1c2fc4f2bf 100644 --- a/roles/network_plugin/calico/tasks/main.yml +++ b/roles/network_plugin/calico/tasks/main.yml @@ -219,7 +219,7 @@ "apiVersion": "v1", "metadata": {"node": "{{ inventory_hostname }}", "scope": "node", "peerIP": "{{ item.router_id }}"} }' - | {{ bin_dir }}/calicoctl create -f - + | {{ bin_dir }}/calicoctl create --skip-exists -f - with_items: "{{ peers|default([]) }}" when: (not legacy_calicoctl and peer_with_router|default(false) and inventory_hostname in groups['k8s-cluster'])