Skip to content

Conversation

@michaelbeaumont
Copy link
Contributor

What type of PR is this?
fix: DualStack NodePort Gateway's status.addresses should contain addresses from both IP families

What this PR does / why we need it:
Fixes the Gateway status reconciliation with a DualStack NodePort Gateway to include addresses of both families for every node if they're present.

Which issue(s) this PR fixes:
Fixes #6371

Release Notes: Yes

@michaelbeaumont michaelbeaumont requested a review from a team as a code owner June 21, 2025 21:11
Signed-off-by: Mike Beaumont <[email protected]>
Signed-off-by: Mike Beaumont <[email protected]>
@michaelbeaumont michaelbeaumont force-pushed the fix/node-port-gateway-dualstack branch from 3cf1a05 to 48d0c8c Compare June 21, 2025 21:13
@codecov
Copy link

codecov bot commented Jun 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.79%. Comparing base (38e183f) to head (73dcc76).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6372      +/-   ##
==========================================
+ Coverage   70.74%   70.79%   +0.04%     
==========================================
  Files         220      220              
  Lines       37581    37594      +13     
==========================================
+ Hits        26588    26613      +25     
+ Misses       9429     9420       -9     
+ Partials     1564     1561       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Signed-off-by: Mike Beaumont <[email protected]>
@michaelbeaumont michaelbeaumont force-pushed the fix/node-port-gateway-dualstack branch from 48d0c8c to 4c37a1f Compare June 23, 2025 20:58
@michaelbeaumont michaelbeaumont requested a review from arkodg June 24, 2025 06:41
arkodg
arkodg previously approved these changes Jun 26, 2025
Copy link
Contributor

@arkodg arkodg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks

@arkodg arkodg requested review from a team June 26, 2025 22:46
@arkodg arkodg requested review from a team July 8, 2025 00:10
@arkodg arkodg added this to the v1.5.0-rc.1 Release milestone Jul 8, 2025
@zirain zirain enabled auto-merge (squash) July 8, 2025 02:10
@zirain zirain merged commit 4140f61 into envoyproxy:main Jul 8, 2025
28 checks passed
davem-git pushed a commit to davem-git/gateway that referenced this pull request Jul 8, 2025
…ddresses from both IP families (envoyproxy#6372)

* fix: DualStack NodePort Gateway's `status.addresses` should contain both families

Signed-off-by: Mike Beaumont <[email protected]>

* test: update existing

Signed-off-by: Mike Beaumont <[email protected]>

* test: new cases

Signed-off-by: Mike Beaumont <[email protected]>

* chore: changelog

Signed-off-by: Mike Beaumont <[email protected]>

---------

Signed-off-by: Mike Beaumont <[email protected]>
Co-authored-by: zirain <[email protected]>
kkk777-7 pushed a commit to kkk777-7/gateway that referenced this pull request Jul 9, 2025
…ddresses from both IP families (envoyproxy#6372)

* fix: DualStack NodePort Gateway's `status.addresses` should contain both families

Signed-off-by: Mike Beaumont <[email protected]>

* test: update existing

Signed-off-by: Mike Beaumont <[email protected]>

* test: new cases

Signed-off-by: Mike Beaumont <[email protected]>

* chore: changelog

Signed-off-by: Mike Beaumont <[email protected]>

---------

Signed-off-by: Mike Beaumont <[email protected]>
Co-authored-by: zirain <[email protected]>
tjvdmolen pushed a commit to tjvdmolen/gateway that referenced this pull request Jul 11, 2025
…ddresses from both IP families (envoyproxy#6372)

* fix: DualStack NodePort Gateway's `status.addresses` should contain both families

Signed-off-by: Mike Beaumont <[email protected]>

* test: update existing

Signed-off-by: Mike Beaumont <[email protected]>

* test: new cases

Signed-off-by: Mike Beaumont <[email protected]>

* chore: changelog

Signed-off-by: Mike Beaumont <[email protected]>

---------

Signed-off-by: Mike Beaumont <[email protected]>
Co-authored-by: zirain <[email protected]>
Signed-off-by: Tjeerd Jan van der Molen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

A DualStack Gateway with envoyService.type: NodePort only contains one IP per node in its status

3 participants