Skip to content
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

Support AWS AZ balancing when terminating nodes #122

Open
mwhittington21 opened this issue Jul 25, 2018 · 1 comment
Open

Support AWS AZ balancing when terminating nodes #122

mwhittington21 opened this issue Jul 25, 2018 · 1 comment
Labels

Comments

@mwhittington21
Copy link
Collaborator

When Escalator terminates nodes it should be possible to carefully select the terminated nodes so as to leave one node from each availability zone of the ASG. This is especially important when running nodes using PVCs and StatefulSets as they are essentially bound to nodes within their EBS volume's AZ.

If the minimum number of nodes in the ASG is less than the number of availability zones, just try to get as many AZs represented in there as possible.

@awprice awprice added the enhancement New feature or request label Jul 25, 2018
@mwhittington21
Copy link
Collaborator Author

While we're at it, it would be great to include logging when scaling down of the AZ that each instance is in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@awprice @mwhittington21 and others