Merge pull request #491 from kubespray/calicopools

Allow calico to configure pool if tree exists, but no pools defined
pull/523/merge
Smaine Kahlouch 2016-10-05 17:12:26 +02:00 committed by GitHub
commit 9ca374a88d
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
environment:
NO_DEFAULT_POOLS: 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
uri: