mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
feat: Add capacity_rebalance support for self-managed worker groups (#1326)
This commit is contained in:
@@ -127,6 +127,7 @@ locals {
|
||||
instance_refresh_min_healthy_percentage = 90 # The amount of capacity in the ASG that must remain healthy during an instance refresh, as a percentage of the ASG's desired capacity.
|
||||
instance_refresh_instance_warmup = null # The number of seconds until a newly launched instance is configured and ready to use. Defaults to the ASG's health check grace period.
|
||||
instance_refresh_triggers = [] # Set of additional property names that will trigger an Instance Refresh. A refresh will always be triggered by a change in any of launch_configuration, launch_template, or mixed_instances_policy.
|
||||
capacity_rebalance = false # Enable capacity rebalance
|
||||
}
|
||||
|
||||
workers_group_defaults = merge(
|
||||
|
||||
Reference in New Issue
Block a user