mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
fix: Allow disabling instance refresh on self-managed node groups (#3473)
This commit is contained in:
+9
-1
@@ -841,7 +841,15 @@ variable "self_managed_node_groups" {
|
||||
}))
|
||||
strategy = optional(string)
|
||||
triggers = optional(list(string))
|
||||
}))
|
||||
}),
|
||||
# Default
|
||||
{
|
||||
strategy = "Rolling"
|
||||
preferences = {
|
||||
min_healthy_percentage = 66
|
||||
}
|
||||
}
|
||||
)
|
||||
use_mixed_instances_policy = optional(bool)
|
||||
mixed_instances_policy = optional(object({
|
||||
instances_distribution = optional(object({
|
||||
|
||||
Reference in New Issue
Block a user