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

[release-1.22] ambient: do not include LoadBalancer IP in Service VIPs #51627

Conversation

istio-testing
Copy link
Collaborator

This is an automated cherry-pick of #51623

Currently, we treat LB IP as just another ClusterIP. This is not
correct. Load Balancer IP's are opaque, we cannot just elide them and
proxy directly to pods. The LB may implement arbitrary behavior outside
of our scope.

The correct behavior (also matching sidecars, etc) is to treat these as
opaque traffic that we proxy as-is
@istio-testing istio-testing requested a review from a team as a code owner June 19, 2024 04:45
@istio-testing istio-testing added release-notes-none Indicates a PR that does not require release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Jun 19, 2024
@istio-testing istio-testing merged commit a803871 into istio:release-1.22 Jun 21, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes-none Indicates a PR that does not require release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants