-
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: automatically cleanup nodes from the docker swarm #3617
✨Autoscaling: automatically cleanup nodes from the docker swarm #3617
Conversation
90043c1
to
9102304
Compare
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.
👍
Codecov Report
@@ Coverage Diff @@
## master #3617 +/- ##
======================================
Coverage 84.0% 84.0%
======================================
Files 853 853
Lines 36155 36155
Branches 782 782
======================================
Hits 30394 30394
Misses 5554 5554
Partials 207 207
Flags with carried forward coverage won't be shown. Click here to find out more. |
58cdbac
to
0612edf
Compare
0612edf
to
d626ab5
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
What do these changes do?
This PR removes the "Down" monitored nodes from the docker node list on the manager, to keep things tidy.
Bonus: better wait for services to go down (should remove flakyness in autoscaling tests)
Related issue/s
How to test
Checklist