mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-13 19:10:12 -03:30
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
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…
x
Reference in New Issue
Block a user