Skip to content
Snippets Groups Projects
Commit 26a04066 authored by Matthew Mosesohn's avatar Matthew Mosesohn
Browse files

Disable calicoctl from creating a default pool

Sometimes invoking calicoctl to create a pool also
creates a default pool, which causes errors in deploy.
parent 7ac7fc33
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,8 @@
- name: Calico | Configure calico network pool {{ pool_task_name|default('') }}
command: "{{ bin_dir}}/calicoctl pool add {{ kube_pods_subnet }} {{ ipip_arg|default('') }} {{ nat_arg|default('') }}"
environment:
NO_DEFAULT_POOLS: true
run_once: true
when: calico_conf.status == 404
......
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