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

Commit

Permalink
Explicitly set default dnsmasq min-port in kube-dns to a sane value t…
Browse files Browse the repository at this point in the history
…o mitigate lookup failure under heavy load. (#1447)
  • Loading branch information
tyrannasaurusbanks authored and mumoshu committed Sep 22, 2018
1 parent d05854f commit 5310cf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/controlplane/config/templates/cloud-config-controller
Expand Up @@ -3931,6 +3931,7 @@ write_files:
- -restartDnsmasq=true
- --
- -k
- --min-port=1024
- --cache-size=1000
- --server=/cluster.local/{{.DNSServiceIP}}
- --server=/in-addr.arpa/{{.DNSServiceIP}}
Expand Down

0 comments on commit 5310cf5

Please sign in to comment.