Skip to content
Snippets Groups Projects
Unverified Commit eea7bb76 authored by Samuel Liu's avatar Samuel Liu Committed by GitHub
Browse files

only need run this once (#8833)

calicoctl ipam xx
calicoctl apply xx
parent 3a89e31d
No related branches found
No related tags found
No related merge requests found
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
- "{{ peers|selectattr('scope','undefined')|list|default([]) | union(peers|selectattr('scope','defined')|selectattr('scope','equalto', 'node')|list|default([])) }}" - "{{ peers|selectattr('scope','undefined')|list|default([]) | union(peers|selectattr('scope','defined')|selectattr('scope','equalto', 'node')|list|default([])) }}"
when: when:
- peer_with_router|default(false) - peer_with_router|default(false)
- inventory_hostname in groups['k8s_cluster'] - inventory_hostname == groups['kube_control_plane'][0]
- name: Calico | Configure ipam strictaffinity - name: Calico | Configure ipam strictaffinity
command: command:
...@@ -500,4 +500,4 @@ ...@@ -500,4 +500,4 @@
delay: "{{ retry_stagger | random + 3 }}" delay: "{{ retry_stagger | random + 3 }}"
when: when:
- calico_ipam_strictaffinity is defined - calico_ipam_strictaffinity is defined
- inventory_hostname in groups['k8s_cluster'] - inventory_hostname == groups['kube_control_plane'][0]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment