Add no-negcache flag to kube-dns

This commit is contained in:
Christoph Blecker 2017-10-09 11:20:57 -07:00
parent 960287878e
commit e1d6bcc227
No known key found for this signature in database
GPG Key ID: B34A59A9D39F838B
3 changed files with 3 additions and 0 deletions

View File

@ -163,6 +163,7 @@ spec:
- --
- -k
- --cache-size=1000
- --no-negcache
- --log-facility=-
- --server=/__PILLAR__DNS__DOMAIN__/127.0.0.1#10053
- --server=/in-addr.arpa/127.0.0.1#10053

View File

@ -163,6 +163,7 @@ spec:
- --
- -k
- --cache-size=1000
- --no-negcache
- --log-facility=-
- --server=/{{ pillar['dns_domain'] }}/127.0.0.1#10053
- --server=/in-addr.arpa/127.0.0.1#10053

View File

@ -163,6 +163,7 @@ spec:
- --
- -k
- --cache-size=1000
- --no-negcache
- --log-facility=-
- --server=/$DNS_DOMAIN/127.0.0.1#10053
- --server=/in-addr.arpa/127.0.0.1#10053