Merge pull request #491 from kubespray/calicopools
Allow calico to configure pool if tree exists, but no pools definedpull/523/merge
commit
9ca374a88d
|
@ -90,7 +90,7 @@
|
||||||
environment:
|
environment:
|
||||||
NO_DEFAULT_POOLS: true
|
NO_DEFAULT_POOLS: true
|
||||||
run_once: true
|
run_once: true
|
||||||
when: calico_conf.status == 404
|
when: calico_conf.status == 404 or "nodes" not in calico_conf.content
|
||||||
|
|
||||||
- name: Calico | Get calico configuration from etcd
|
- name: Calico | Get calico configuration from etcd
|
||||||
uri:
|
uri:
|
||||||
|
|
Loading…
Reference in New Issue