mirror of https://github.com/kubernetes/kops.git
Update docs/instance_groups.md
Co-authored-by: Ciprian Hacman <ciprian@hakman.dev>
This commit is contained in:
parent
71c0f7043f
commit
ad02c06180
|
|
@ -261,6 +261,9 @@ Used only when the Spot allocation strategy is lowest-price.
|
|||
The number of Spot Instance pools across which to allocate your Spot Instances. The Spot pools are determined from the different instance types in the Overrides array of LaunchTemplate. Default if not set is 2.
|
||||
|
||||
### CapacityRebalance
|
||||
|
||||
{{ kops_feature_table(kops_added_default='1.26') }}
|
||||
|
||||
If using spot instances, it's recommended to enable CapacityRebalance in your InstanceGroup. This configures ASGs to proactively replace spot instances when ASG receives a rebalance recommendation.
|
||||
https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-capacity-rebalancing.html
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue