Should only check for api-server running on the master.
If this runs on other nodes, it will fail the playbook.
This commit is contained in:
parent
82bdf9832c
commit
eb3a840622
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
until: result.status == 200
|
||||
retries: 10
|
||||
delay: 6
|
||||
when: inventory_hostname == groups['kube-master'][0]
|
||||
|
||||
- name: Kubernetes Apps | Lay Down KubeDNS Template
|
||||
template: src={{item.file}} dest={{kube_config_dir}}/{{item.file}}
|
||||
|
|
Loading…
Reference in a new issue