-
Notifications
You must be signed in to change notification settings - Fork 1.1k
fix: preserve header routes during canary deployment. Fixes #4486 #4575
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: downfa11 <[email protected]>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #4575 +/- ##
==========================================
+ Coverage 84.36% 84.38% +0.02%
==========================================
Files 164 164
Lines 18841 18846 +5
==========================================
+ Hits 15896 15904 +8
+ Misses 2079 2078 -1
+ Partials 866 864 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Published E2E Test Results 4 files 4 suites 3h 27m 46s ⏱️ For more details on these failures, see this check. Results for commit 487e202. ♻️ This comment has been updated with latest results. |
Published Unit Test Results2 370 tests 2 370 ✅ 3m 3s ⏱️ Results for commit 487e202. ♻️ This comment has been updated with latest results. |
Signed-off-by: downfa11 <[email protected]>
Signed-off-by: downfa11 <[email protected]>
Signed-off-by: downfa11 <[email protected]>
|



Implemented managed route preservation logic to ensure Header Routes are not removed even when the new ReplicaSet is unavailable.
Fixes: #4486
Checklist:
"fix(controller): Updates such and such. Fixes #1234".