mirror of https://github.com/kubernetes/kops.git
update docs to include capacityRebalance
This commit is contained in:
parent
022ba5863b
commit
71c0f7043f
|
|
@ -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') }}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue