Merge pull request #4479 from justinsb/kubedns_no_negcache

kube-dns: turn off negcache
This commit is contained in:
k8s-ci-robot 2018-02-20 20:59:39 -08:00 committed by GitHub
commit 8d5da313af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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