Browse Source

Update calico.yml

pull/118/head
Antoine Legrand 8 years ago
parent
commit
83c1bd516d
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/network_plugin/tasks/calico.yml

2
roles/network_plugin/tasks/calico.yml

@ -27,7 +27,7 @@
run_once: true
- name: Calico | Configure calico network pool
command: calicoctl pool add {{ kube_pods_subnet }} {%- if cloud_provider is defined and cloud_provider == True -%} --ipip{%- endif -%}
shell: calicoctl pool add {{ kube_pods_subnet }} {%- if cloud_provider is defined and cloud_provider == True -%} --ipip{%- endif -%}
run_once: true
when: calico_conf.status == 404

Loading…
Cancel
Save