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

fix: set DataPlane's ExternalTrafficPolicy on updates and patches #750

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Oct 17, 2024

What this PR does / why we need it:

#241 added support for setting ExternalTrafficPolicy on DataPlane ingress Service.

It missed an important aspect of it: comparing the policy on existing Services.

This PR fixes this.

Special notes for your reviewer:

Another consequence of not having #500 implemented and still using error prone "per field comparison" approach.

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect significant changes

@pmalek pmalek requested a review from a team as a code owner October 17, 2024 17:13
@pmalek pmalek self-assigned this Oct 17, 2024
@pmalek pmalek force-pushed the fix-dataplane-external-policy-patch branch from b5c10f9 to 4af5923 Compare October 17, 2024 17:14
@pmalek pmalek force-pushed the fix-dataplane-external-policy-patch branch from 4af5923 to 57548bc Compare October 17, 2024 17:20
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Grzegorz Burzyński <[email protected]>
@pmalek pmalek added this to the KGO v1.4.x milestone Oct 17, 2024
@pmalek pmalek merged commit 879ba4a into main Oct 17, 2024
22 checks passed
@pmalek pmalek deleted the fix-dataplane-external-policy-patch branch October 17, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants