Skip to content

Commit 1d6d745

Browse files
committed
Fine tune CoreDNS pod configuration to improve performance
Make updates to the Cloud platform CoreDNS Corefile to increase buffersize from 512 to the default of 1232.
1 parent 7eb4793 commit 1d6d745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/cloud-platform-alt-dns/files/coredns-corefile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ contents:
44
inline: |
55
. {
66
errors
7-
bufsize 512
87
health :18080
98
forward . {{`{{- range $upstream := .DNSUpstreams}} {{$upstream}}{{- end}}`}} {
9+
force_tcp
1010
policy sequential
1111
}
1212
cache 30

0 commit comments

Comments
 (0)