Update calico.yml

This commit is contained in:
Antoine Legrand 2016-01-29 12:23:29 +01:00
parent 5d24cabc83
commit 83c1bd516d

View file

@ -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