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

Add proposal for configurable pod resolv.conf #1276

Merged
merged 8 commits into from
Nov 18, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Nameservers
  • Loading branch information
bowei committed Nov 17, 2017
commit 4a60bf307e393dc36ee7a441b132401eb27f1365
1 change: 1 addition & 0 deletions contributors/design-proposals/network/pod-resolv-conf.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ Each element of options will be copied unmodified as an options line.

The follow configurations will result in an invalid Pod spec:

* Invalid number of nameservers (more than three).
* An invalid domain name/substitution appears in `searchPaths`.
* `dnsParams` is MUST be empty unless `dnsPolicy: Custom` is used.
* Number of final search paths exceeds 5 (glibc limit).
Expand Down