Add no-negcache flag to kube-dns

parent 96028787
...@@ -163,6 +163,7 @@ spec: ...@@ -163,6 +163,7 @@ spec:
- -- - --
- -k - -k
- --cache-size=1000 - --cache-size=1000
- --no-negcache
- --log-facility=- - --log-facility=-
- --server=/__PILLAR__DNS__DOMAIN__/127.0.0.1#10053 - --server=/__PILLAR__DNS__DOMAIN__/127.0.0.1#10053
- --server=/in-addr.arpa/127.0.0.1#10053 - --server=/in-addr.arpa/127.0.0.1#10053
......
...@@ -163,6 +163,7 @@ spec: ...@@ -163,6 +163,7 @@ spec:
- -- - --
- -k - -k
- --cache-size=1000 - --cache-size=1000
- --no-negcache
- --log-facility=- - --log-facility=-
- --server=/{{ pillar['dns_domain'] }}/127.0.0.1#10053 - --server=/{{ pillar['dns_domain'] }}/127.0.0.1#10053
- --server=/in-addr.arpa/127.0.0.1#10053 - --server=/in-addr.arpa/127.0.0.1#10053
......
...@@ -163,6 +163,7 @@ spec: ...@@ -163,6 +163,7 @@ spec:
- -- - --
- -k - -k
- --cache-size=1000 - --cache-size=1000
- --no-negcache
- --log-facility=- - --log-facility=-
- --server=/$DNS_DOMAIN/127.0.0.1#10053 - --server=/$DNS_DOMAIN/127.0.0.1#10053
- --server=/in-addr.arpa/127.0.0.1#10053 - --server=/in-addr.arpa/127.0.0.1#10053
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment