Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 5310cf5

Browse files
tyrannasaurusbanksmumoshu
authored andcommitted
Explicitly set default dnsmasq min-port in kube-dns to a sane value to mitigate lookup failure under heavy load. (#1447)
1 parent d05854f commit 5310cf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/controlplane/config/templates/cloud-config-controller

+1
Original file line numberDiff line numberDiff line change
@@ -3931,6 +3931,7 @@ write_files:
39313931
- -restartDnsmasq=true
39323932
- --
39333933
- -k
3934+
- --min-port=1024
39343935
- --cache-size=1000
39353936
- --server=/cluster.local/{{.DNSServiceIP}}
39363937
- --server=/in-addr.arpa/{{.DNSServiceIP}}

0 commit comments

Comments
 (0)