mirror of https://github.com/kubernetes/kops.git
Merge pull request #4479 from justinsb/kubedns_no_negcache
kube-dns: turn off negcache
This commit is contained in:
commit
8d5da313af
|
|
@ -166,6 +166,7 @@ spec:
|
|||
- --
|
||||
- -k
|
||||
- --cache-size=1000
|
||||
- --no-negcache
|
||||
- --log-facility=-
|
||||
- --server=/{{ KubeDNS.Domain }}/127.0.0.1#10053
|
||||
- --server=/in-addr.arpa/127.0.0.1#10053
|
||||
|
|
|
|||
Loading…
Reference in New Issue