Skip to content
Snippets Groups Projects
Commit 3bb60665 authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

add option '--nat-outgoing' for calico on clouds

parent 64be24dd
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
run_once: true
- name: Calico | Configure calico network pool for cloud
command: "calicoctl pool add {{ kube_pods_subnet }} --ipip"
command: "calicoctl pool add {{ kube_pods_subnet }} --ipip --nat-outgoing"
run_once: true
when: calico_conf.status == 404 and cloud_provider is defined and cloud_provider == True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment