Skip to content

fix: apply Ingress service name for DP #1515

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

Merged
merged 4 commits into from
Apr 18, 2025
Merged

Conversation

tao12345666333
Copy link
Member

@tao12345666333 tao12345666333 commented Apr 17, 2025

What this PR does / why we need it:

When a Gateway is created with a GatewayConfiguration that specifies a service name for the ingress service, that name is not being applied to the DataPlane that gets created. This is because the gatewayConfigDataPlaneOptionsToDataPlaneOptions function in controller/gateway/controller_reconciler_utils.go is not copying the Name field from the GatewayConfiguration to the DataPlane.

Which issue this PR fixes

Fixes #1411

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

@tao12345666333 tao12345666333 self-assigned this Apr 17, 2025
@tao12345666333 tao12345666333 added this to the KGO v1.6.x milestone Apr 17, 2025
@tao12345666333 tao12345666333 force-pushed the add-ingress-service-name branch 3 times, most recently from aea848f to 33e190e Compare April 17, 2025 13:54
@tao12345666333 tao12345666333 marked this pull request as ready for review April 17, 2025 13:58
@tao12345666333 tao12345666333 requested a review from a team as a code owner April 17, 2025 13:58
@tao12345666333 tao12345666333 force-pushed the add-ingress-service-name branch from 33e190e to 26e7951 Compare April 17, 2025 14:02
@tao12345666333 tao12345666333 force-pushed the add-ingress-service-name branch from 3889a1c to e1d714f Compare April 17, 2025 19:33
@tao12345666333 tao12345666333 requested a review from pmalek April 17, 2025 19:41
@pmalek pmalek added this pull request to the merge queue Apr 18, 2025
Merged via the queue into main with commit a98f6e4 Apr 18, 2025
24 checks passed
@pmalek pmalek deleted the add-ingress-service-name branch April 18, 2025 08:00
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.

Gateway / GatewayConfiguration: Ingress service name is not applied
3 participants