-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Docs: Updates to Egress router DNS proxy mode #4910
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
Conversation
@danwinship @bfallonf PTAL |
Thanks @pravisankar . @danwinship , any thoughts or should I go ahead and merge? |
Updated to 3.8 as per conversation in #4854 |
@bfallonf I have changed the labels and assigned to you. Will also require QE approval. |
d7b6522
to
f6a03d8
Compare
8d4b06c
to
d15e6a7
Compare
@openshift/team-documentation @bfallonf @knobunc @danwinship updated, PTAL |
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.
I just want the "why" part, but otherwise it's good.
admin_guide/managing_networking.adoc
Outdated
In _DNS proxy mode_, the egress router runs as a DNS proxy for TCP based services from | ||
its own IP address to one or more destination IP addresses. Client pods that want to | ||
make use of the reserved source IP address must be modified to connect to the egress | ||
router rather than connecting directly to the destination IP. |
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.
Might want to say why, but otherwise looks great.
d15e6a7
to
7bdc6ef
Compare
Thanks @pravisankar . This is great. I'll merge this and cherrypick to 3.10 (as per info in https://trello.com/c/407uoUFz/495-5-allow-dns-names-for-egress-routers-human-names-egressdemo ) and do a quick followup for some standards fixes. |
/cherrypick enterprise-3.10 |
@bfallonf: new pull request created: #9111 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Updated based on feedback on openshift/origin#15409 and #4854