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(dataplane): do not set ExternalTrafficPolicy for ClusterIP services #812

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Oct 28, 2024

What this PR does / why we need it:

Disallow setting ExternalTrafficPolicy for DataPlane's ingress service when type=ClusterIP.

Additionally, do not set the default value (Cluster). Only use what's provided in user provided manifests.

Which issue this PR fixes

Fixes #

Special notes for your reviewer:

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 added this to the KGO v1.4.x milestone Oct 28, 2024
@pmalek pmalek self-assigned this Oct 28, 2024
@pmalek pmalek force-pushed the fix-dp-ingress-service-ext-traffic-policy branch from a164e98 to 9ce9659 Compare October 28, 2024 09:50
@pmalek pmalek force-pushed the fix-dp-ingress-service-ext-traffic-policy branch 5 times, most recently from 376c329 to bddc692 Compare October 28, 2024 12:19
@pmalek pmalek marked this pull request as ready for review October 28, 2024 12:23
@pmalek pmalek requested a review from a team as a code owner October 28, 2024 12:23
@pmalek pmalek force-pushed the fix-dp-ingress-service-ext-traffic-policy branch from bddc692 to c8088f0 Compare October 28, 2024 13:25
@pmalek pmalek enabled auto-merge (squash) October 28, 2024 13:45
@pmalek pmalek merged commit 0d20781 into main Oct 28, 2024
21 checks passed
@pmalek pmalek deleted the fix-dp-ingress-service-ext-traffic-policy branch October 28, 2024 13:45
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.

dataPlaneOptions ingress type: ClusterIP does not produce a valid service definition for the dataplane.
2 participants