-
Notifications
You must be signed in to change notification settings - Fork 873
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
docs: Improve Documentation for Scaledown on Aborted Rollout #3835
base: master
Are you sure you want to change the base?
docs: Improve Documentation for Scaledown on Aborted Rollout #3835
Conversation
c223de8
to
bcfd6af
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3835 +/- ##
==========================================
+ Coverage 83.88% 83.89% +0.01%
==========================================
Files 163 163
Lines 18560 18560
==========================================
+ Hits 15569 15571 +2
+ Misses 2119 2118 -1
+ Partials 872 871 -1 ☔ View full report in Codecov by Sentry. |
Published E2E Test Results 4 files 4 suites 3h 15m 1s ⏱️ For more details on these failures, see this check. Results for commit 7665aa8. ♻️ This comment has been updated with latest results. |
Published Unit Test Results2 275 tests 2 275 ✅ 2m 59s ⏱️ Results for commit 7665aa8. ♻️ This comment has been updated with latest results. |
bcfd6af
to
999db8a
Compare
Improves understanding of how scaling down behaves depending on different configurations. • Canary with traffic routing + setCanaryScale does not scales down immediately when `abortScaleDownDelaySeconds = 0`. • Canary with traffic routing + setCanaryScale scales down after some delay of N second `abortScaleDownDelaySeconds = N`. Signed-off-by: Bishal Thapa <[email protected]>
999db8a
to
e5e5cbd
Compare
Quality Gate passedIssues Measures |
Improves understanding of how scaling down behaves depending on different configurations:
• Canary with traffic routing + setCanaryScale does not scales down immediately when
abortScaleDownDelaySeconds = 0
• Canary with traffic routing + setCanaryScale scales down after some delay of N second
abortScaleDownDelaySeconds = N
Addresses the following issue: #1841
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.