Should only check for api-server running on the master.
If this runs on other nodes, it will fail the playbook.pull/913/head
parent
36b62b7270
commit
61dab8dc0b
|
@ -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 New Issue