Add no-negcache flag to kube-dns in kubeadm

parent e1d6bcc2
...@@ -121,6 +121,7 @@ spec: ...@@ -121,6 +121,7 @@ spec:
- -- - --
- -k - -k
- --cache-size=1000 - --cache-size=1000
- --no-negcache
- --log-facility=- - --log-facility=-
- --server=/{{ .DNSDomain }}/127.0.0.1#10053 - --server=/{{ .DNSDomain }}/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