mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 09:49:50 +00:00
Merge pull request #8253 from thockin/dns-health
Fix spurious quote in DNS healthcheck
This commit is contained in:
commit
ae52c15f1c
@ -56,7 +56,7 @@ spec:
|
||||
command:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- nslookup kubernetes.default.{{ pillar['dns_domain'] }} localhost >/dev/null"
|
||||
- nslookup kubernetes.default.{{ pillar['dns_domain'] }} localhost >/dev/null
|
||||
initialDelaySeconds: 30
|
||||
timeoutSeconds: 5
|
||||
dnsPolicy: Default # Don't use cluster DNS.
|
||||
|
Loading…
Reference in New Issue
Block a user