mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-07 09:27:38 -02:30
Update nodelocaldns cache settings (#4423)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
41e684eb5a
commit
3c050be0b0
@@ -10,7 +10,10 @@ data:
|
|||||||
Corefile: |
|
Corefile: |
|
||||||
{{ dns_domain }}:53 {
|
{{ dns_domain }}:53 {
|
||||||
errors
|
errors
|
||||||
cache 30
|
cache {
|
||||||
|
success 9984 30
|
||||||
|
denial 9984 5
|
||||||
|
}
|
||||||
reload
|
reload
|
||||||
loop
|
loop
|
||||||
bind {{ nodelocaldns_ip }}
|
bind {{ nodelocaldns_ip }}
|
||||||
|
|||||||
Reference in New Issue
Block a user