Skip to content

fix: proxy creation/deletion error handling in GatewayNamespace mode #5954

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
May 8, 2025

Conversation

zirain
Copy link
Member

@zirain zirain commented May 8, 2025

fixes: #5952

@zirain zirain requested a review from a team as a code owner May 8, 2025 04:02
@zirain
Copy link
Member Author

zirain commented May 8, 2025

cc @cnvergence

Copy link

codecov bot commented May 8, 2025

Codecov Report

Attention: Patch coverage is 73.77049% with 16 lines in your changes missing coverage. Please review.

Project coverage is 65.84%. Comparing base (2bbbdf8) to head (b4698b5).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
internal/infrastructure/kubernetes/infra.go 23.52% 13 Missing ⚠️
internal/infrastructure/kubernetes/proxy_infra.go 66.66% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5954      +/-   ##
==========================================
+ Coverage   65.80%   65.84%   +0.03%     
==========================================
  Files         217      217              
  Lines       36013    36016       +3     
==========================================
+ Hits        23699    23715      +16     
+ Misses      10834    10824      -10     
+ Partials     1480     1477       -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.

Copy link
Member

@cnvergence cnvergence left a comment

Choose a reason for hiding this comment

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

thanks for handling this @zirain

Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
Signed-off-by: zirain <[email protected]>
@cnvergence
Copy link
Member

/retest

@zirain zirain merged commit fb53f5e into envoyproxy:main May 8, 2025
25 checks passed
@zirain zirain deleted the fix/5952 branch May 8, 2025 12:11
@zirain zirain added this to the v1.4.0 milestone May 8, 2025
melsal13 referenced this pull request in melsal13/gatewayPersonal May 9, 2025
…(#5954)

* fix: proxy creation/deletion error handling in GatewayNamespace mode

Signed-off-by: zirain <[email protected]>

* nit

Signed-off-by: zirain <[email protected]>

* nit

Signed-off-by: zirain <[email protected]>

* more nit

Signed-off-by: zirain <[email protected]>

---------

Signed-off-by: zirain <[email protected]>
Signed-off-by: melsal13 <[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.

bug: GatewayNamespace mode fails to handle Gateways across multiple namespaces
3 participants