mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-14 19:30:42 -03:30
Check dnsmasq on first kube-node
kube-masters without kube-node role will not run kube-proxy, and therefore can't check if dnsmasq is running. Fixes #368
This commit is contained in:
parent
637eabccce
commit
acae5d4286
@ -55,7 +55,7 @@
|
||||
host: "{{dns_server}}"
|
||||
port: 53
|
||||
delay: 5
|
||||
when: inventory_hostname == groups['kube-master'][0]
|
||||
when: inventory_hostname == groups['kube-node'][0]
|
||||
|
||||
|
||||
- name: check resolvconf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user