We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b6521 commit 7aeb15fCopy full SHA for 7aeb15f
internal/app/machined/pkg/controllers/k8s/templates/core-dns-template.yaml
@@ -65,9 +65,17 @@ data:
65
kubernetes {{ .ClusterDomain }} in-addr.arpa ip6.arpa {
66
pods insecure
67
fallthrough in-addr.arpa ip6.arpa
68
+ ttl 30
69
+ }
70
+ forward . /etc/resolv.conf {
71
+ max_concurrent 1000
72
}
- forward . /etc/resolv.conf
73
cache 30
74
+ {{- if .ClusterDomain }} {
75
+ disable success {{ .ClusterDomain }}
76
+ disable denial {{ .ClusterDomain }}
77
78
+ {{- end }}
79
loop
80
reload
81
loadbalance
0 commit comments