-
Notifications
You must be signed in to change notification settings - Fork 27
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
🐛 Autoscaling: issues with labelled drained nodes #5348
🐛 Autoscaling: issues with labelled drained nodes #5348
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5348 +/- ##
=========================================
- Coverage 87.3% 66.5% -20.8%
=========================================
Files 1321 568 -753
Lines 54167 28630 -25537
Branches 1172 202 -970
=========================================
- Hits 47310 19057 -28253
- Misses 6607 9523 +2916
+ Partials 250 50 -200
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
thx!
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.
thanks 💯
|
What do these changes do?
#5340 introduced a big change on how nodes are treated.
A few issues were found that this PR should fix:
NOTE: these changes are compatible with both modes.
Related issue/s
How to test
Dev Checklist
DevOps Checklist