Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNS: If nodes use 3 nameservers or > 3 search records -- trouble #9079

Closed
thockin opened this issue Jun 1, 2015 · 4 comments
Closed

DNS: If nodes use 3 nameservers or > 3 search records -- trouble #9079

thockin opened this issue Jun 1, 2015 · 4 comments
Labels
area/dns area/kubelet lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/network Categorizes an issue or PR as relevant to SIG Network.

Comments

@thockin
Copy link
Member

thockin commented Jun 1, 2015

Linux's libc is impossibly stuck (see this bug from 2005) with limits of just 3 DNS nameserver records and 6 DNS search records. Kubernetes needs to consume 1 nameserver record and 3 search records. This means that if a local installation already uses 3 nameservers or uses more than 3 searches, some of those settings will be lost. As a partial workaround, the node can run dnsmasq which will provide more nameserver entries, but not more search entries.

@thockin thockin added priority/backlog Higher priority than priority/awaiting-more-evidence. team/cluster labels Jun 1, 2015
@thockin thockin added this to the v1.0-post milestone Jun 1, 2015
@erictune
Copy link
Member

erictune commented Jun 4, 2015

#9230 surfaces to the user if system is hitting this problem.

@bgrant0607 bgrant0607 removed this from the v1.0-post milestone Jul 24, 2015
@0xmichalis 0xmichalis added sig/network Categorizes an issue or PR as relevant to SIG Network. and removed team/cluster (deprecated - do not use) labels Mar 20, 2017
@thockin thockin added sig/network Categorizes an issue or PR as relevant to SIG Network. and removed sig/network Categorizes an issue or PR as relevant to SIG Network. labels May 16, 2017
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

Prevent issues from auto-closing with an /lifecycle frozen comment.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or @fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 24, 2017
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or @fejta.
/lifecycle rotten
/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jan 23, 2018
@cmluciano
Copy link

/close
kube-dns is now using dnsmasq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dns area/kubelet lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/network Categorizes an issue or PR as relevant to SIG Network.
Projects
None yet
Development

No branches or pull requests

7 participants