-
Notifications
You must be signed in to change notification settings - Fork 867
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: When Degraded state, canary-service doesn't have any endpoints #2536
fix: When Degraded state, canary-service doesn't have any endpoints #2536
Conversation
…ing in traefik unable to route requests. Signed-off-by: Kalyan Inampudi <[email protected]>
Codecov ReportBase: 81.69% // Head: 81.64% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2536 +/- ##
==========================================
- Coverage 81.69% 81.64% -0.06%
==========================================
Files 126 126
Lines 19136 19156 +20
==========================================
+ Hits 15634 15639 +5
- Misses 2709 2721 +12
- Partials 793 796 +3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
I think this is also maybe related: #1838 |
…ing in traefik unable to route requests. Signed-off-by: Kalyan Inampudi <[email protected]>
…ing in traefik unable to route requests. Signed-off-by: Kalyan Inampudi <[email protected]>
Signed-off-by: Kalyan Inampudi <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@zachaller Are you able to review? |
E2E tests failed due to empty value mismatch, Is there anything else that needs to be done? |
Yea I am just trying to decide which place is more appropriate to make this change I think this would also work #2540 it would still need a test case for it but yea. Would you mind letting me know if it also solves your issue? |
@zachaller Yes, this would work. |
I can close this PR once #2540 is merged. |
@@ -41,3 +41,4 @@ Organizations below are **officially** using Argo Rollouts. Please send a PR wit | |||
1. [Ubie](https://ubie.life/) | |||
1. [VISITS Technologies](https://visits.world/en) | |||
1. [Yotpo](https://www.yotpo.com/) | |||
1. [Nike](https://nike.com) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you might want to propose this in a separate PR.
closed by: #2540 |
When Degraded state, canary-service doesn't have any endpoints resulting in traefik unable to route requests in failed state.
Signed-off-by: Kalyan Inampudi [email protected]
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.