Skip to content

Conversation

FxKu
Copy link
Member

@FxKu FxKu commented Sep 23, 2025

When you are using external load balancers for many of your database clusters chances are you're running short on IPs at some point when using the default service external traffic policy Cluster. With Cluster the ELB can send traffic to any node and from there iptables forward rules decide on the "right" instance. With Local iptables forwards are not needed because the ELB only sees valid instances directly. We've been supporting configuring the external traffic policy for services for quite some time (#1136), but forgot to also diff on it.

The added unit tests also cover the recently added selector diff from #2955.

@FxKu FxKu added this to the 1.15.0 milestone Sep 23, 2025
@FxKu FxKu moved this to Waiting for review in Postgres Operator Sep 23, 2025
@FxKu FxKu added the minor label Sep 23, 2025
@FxKu
Copy link
Member Author

FxKu commented Sep 23, 2025

👍

@FxKu FxKu merged commit dc29425 into master Sep 23, 2025
10 of 11 checks passed
@FxKu FxKu deleted the traffic-policy-diff branch September 23, 2025 12:30
@github-project-automation github-project-automation bot moved this from Waiting for review to Done in Postgres Operator Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants