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

bug: change err log to info in findOwningGateway #1364

Merged
merged 1 commit into from
Apr 26, 2023

Conversation

arkodg
Copy link
Contributor

@arkodg arkodg commented Apr 25, 2023

  • Its not an error case when the managed envoy service or deployment get reconciled after a gateway is deleted, since deleting the managed service and deployment asscoiated with the gateway might not be instanteous.

Fixes: #1347

* Its not an error case when the managed envoy service or deployment
get reconciled after a gateway is deleted, since deleting the managed
service and deployment asscoiated with the gateway might not be
instanteous.

Fixes: envoyproxy#1347

Signed-off-by: Arko Dasgupta <arko@tetrate.io>
@arkodg arkodg requested a review from a team as a code owner April 25, 2023 17:46
@codecov
Copy link

codecov bot commented Apr 25, 2023

Codecov Report

Merging #1364 (d5364d4) into main (4adbc2a) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #1364      +/-   ##
==========================================
- Coverage   62.33%   62.31%   -0.02%     
==========================================
  Files          78       78              
  Lines       10895    10895              
==========================================
- Hits         6791     6789       -2     
- Misses       3653     3656       +3     
+ Partials      451      450       -1     
Impacted Files Coverage Δ
internal/provider/kubernetes/predicates.go 60.73% <0.00%> (ø)

... and 2 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@arkodg arkodg merged commit a5d3f36 into envoyproxy:main Apr 26, 2023
@arkodg arkodg deleted the error-to-info-log branch April 26, 2023 16:07
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.

Error(gateway not find) is expected after gateway deleted, but logs reported that
3 participants