update docs to include capacityRebalance

This commit is contained in:
Bronson Mirafuentes 2022-11-18 09:07:19 -08:00
parent 022ba5863b
commit 71c0f7043f
2 changed files with 13 additions and 7 deletions

View File

@ -260,6 +260,10 @@ https://docs.aws.amazon.com/autoscaling/ec2/APIReference/API_InstancesDistributi
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
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
### instanceRequirements
{{ kops_feature_table(kops_added_default='1.24') }}

View File

@ -20,6 +20,8 @@ This is a document to gather the release notes prior to the release.
* New IPv6 clusters now default to using private topology.
* CapacityRebalance can be enabled/disabled on ASGs through a new `capacityRebalance` field in InstanceGroup specs.
# Breaking changes
## Other breaking changes