We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this a BUG REPORT or FEATURE REQUEST?: FEATURE REQUEST
What happened: Capacity rebalance allocation strategy is currently disabled by default in the underlying ASG that is created by the instance-manager.
What you expected to happen: This is the expected behaviour but it would be useful to have a way of setting "CapacityRebalance": true as described here: https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html
How to reproduce it (as minimally and precisely as possible): I noticed this when creating via the EKS provisioner and going through https://github.com/keikoproj/instance-manager/blob/master/docs/EKS.md I don't see this as an option
Is there any way to set the Capacity rebalance to true on creation of the instance group? Similar to "strategy" in https://github.com/keikoproj/instance-manager/blob/master/docs/EKS.md#mixedinstancespolicyspec
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE REQUEST
What happened:
Capacity rebalance allocation strategy is currently disabled by default in the underlying ASG that is created by the instance-manager.
What you expected to happen:
This is the expected behaviour but it would be useful to have a way of setting "CapacityRebalance": true as described here:
https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html
How to reproduce it (as minimally and precisely as possible):
I noticed this when creating via the EKS provisioner and going through https://github.com/keikoproj/instance-manager/blob/master/docs/EKS.md I don't see this as an option
Is there any way to set the Capacity rebalance to true on creation of the instance group? Similar to "strategy" in https://github.com/keikoproj/instance-manager/blob/master/docs/EKS.md#mixedinstancespolicyspec
The text was updated successfully, but these errors were encountered: