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

xds: tcp services using the discovery chain should not assume RDS during LDS #6623

Merged
merged 2 commits into from
Oct 17, 2019

Conversation

rboyer
Copy link
Member

@rboyer rboyer commented Oct 15, 2019

Previously the logic for configuring RDS during LDS for L7 upstreams was
overapplied to TCP proxies resulting in a cluster name of
being used incorrectly.

Fixes #6621

@rboyer rboyer added theme/connect Anything related to Consul Connect, Service Mesh, Side Car Proxies theme/envoy/xds Related to Envoy support backport/1.6 labels Oct 15, 2019
@rboyer rboyer requested a review from a team October 15, 2019 17:49
@rboyer rboyer self-assigned this Oct 15, 2019
…ing LDS

Previously the logic for configuring RDS during LDS for L7 upstreams was
overapplied to TCP proxies resulting in a cluster name of <emptystring>
being used incorrectly.

Fixes #6621
Copy link
Member

@banks banks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Amazing job RB!

@rboyer rboyer merged commit 8dcba47 into master Oct 17, 2019
rboyer added a commit that referenced this pull request Oct 17, 2019
…ing LDS (#6623)

Previously the logic for configuring RDS during LDS for L7 upstreams was
overapplied to TCP proxies resulting in a cluster name of <emptystring>
being used incorrectly.

Fixes #6621
@rboyer rboyer deleted the fix-xds-tcp-listener branch October 17, 2019 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme/connect Anything related to Consul Connect, Service Mesh, Side Car Proxies theme/envoy/xds Related to Envoy support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

connect: mesh-gateways cluster configured wrong for TCP services.
2 participants