Merge pull request #116 from ansibl8s/calico_on_cloud
Add --ipip to calico if on cloud_proivderpull/117/merge
commit
5d24cabc83
|
@ -7,3 +7,5 @@ flannel_public_ip: "{{ access_ip|default(ip|default(ansible_default_ipv4.address
|
|||
## interface that should be used for flannel operations
|
||||
## This is actually an inventory node-level item
|
||||
# flannel_interface:
|
||||
|
||||
# cloud_provider: no
|
|
@ -27,7 +27,7 @@
|
|||
run_once: true
|
||||
|
||||
- name: Calico | Configure calico network pool
|
||||
shell: calicoctl pool add {{ kube_pods_subnet }}
|
||||
command: 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…
Reference in New Issue