-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add more context to the PROXY protocol gateway config section #12510
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
😊 Welcome! This is either your first contribution to the Istio documentation repo, or
Thanks for contributing! Courtesy of your friendly welcome wagon. |
Hi @bleggett. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/ok-to-test |
content/en/docs/ops/configuration/traffic-management/network-topologies/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/ops/configuration/traffic-management/network-topologies/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/ops/configuration/traffic-management/network-topologies/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/ops/configuration/traffic-management/network-topologies/index.md
Outdated
Show resolved
Hide resolved
…opologies/index.md Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
…opologies/index.md Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
…opologies/index.md Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
…opologies/index.md Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
As per discussion in istio/istio#42962 (comment), removing the |
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.
LGTM
…12510) * Add more context * Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md Co-authored-by: Frank Budinsky <frankb@ca.ibm.com> * Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md Co-authored-by: Frank Budinsky <frankb@ca.ibm.com> * Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md Co-authored-by: Frank Budinsky <frankb@ca.ibm.com> * Update content/en/docs/ops/configuration/traffic-management/network-topologies/index.md Co-authored-by: Frank Budinsky <frankb@ca.ibm.com> * As per discuss in istio/istio#42962 (comment) * Lint fix Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
Add some more detail to the currently (somewhat sparse) PROXY protocol gateway config section.
PROXY protocol should only be used for TCP traffic - echo the upstream Envoy docs in strongly encouraging people to not use it with L7 load balancers/traffic.
Add more context around what it is, where to use it, and more pointers to Envoy docs with specifics.
Associated with istio/istio#42962
EDIT: As per discussion in istio/istio#42962 (comment), removing the
experimental
tag from the doc - we do not support PROXY protocol at all in Istio and it is not in any current feature matrix, but it may be enabled via EnvoyFilter, which is a feature that already has its own status.