-
Notifications
You must be signed in to change notification settings - Fork 15.1k
Add DNS search domain list limits and remove resolved DNS issue #37364
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 DNS search domain list limits and remove resolved DNS issue #37364
Conversation
👷 Deploy Preview for kubernetes-io-vnext-staging processing.
|
3c1efb2 to
8dc9bac
Compare
thockin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK from me
/lgtm
/approve
|
LGTM label has been added. Git tree hash: 476ebbffd5ae58980ff4563a4d0bcfb52fc3c08d
|
8dc9bac to
c01ce00
Compare
|
/assign @savitharaghunathan |
c01ce00 to
6eeeb8d
Compare
content/en/docs/reference/command-line-tools-reference/feature-gates.md
Outdated
Show resolved
Hide resolved
| [Expanded DNS Configuration](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/2595-expanded-dns-config#notesconstraintscaveats-optional) | ||
| requires container runtime support. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make this more prominent than the feature gate detail, because the feature is enabled by default.
| options ndots:5 | ||
| ``` | ||
|
|
||
| #### Expanded DNS Configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should document the overall behavior, not the change (the new feature)
| #### Expanded DNS Configuration | |
| ## DNS search domain list limits |
content/en/docs/concepts/services-networking/dns-pod-service.md
Outdated
Show resolved
Hide resolved
6eeeb8d to
a8fa7bc
Compare
|
/retitle Add DNS search domain list limits and remove resolved DNS issue |
a8fa7bc to
0f7ce80
Compare
|
Updated the docs. Thanks for the review.
|
0f7ce80 to
a2b4c34
Compare
thockin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tech OK
/lgtm
/approve
|
LGTM label has been added. Git tree hash: d3d950101f2b4a593e7ca0c376acd85ce03c0522
|
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tengqm, thockin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This adds DNS search domain list limits and removes the resolved DNS issue.
PRs:
kubernetes/kubernetes#112824
KEP:
https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/2595-expanded-dns-config
Enhancement issue:
kubernetes/enhancements#2595