1
0
mirror of https://github.com/terraform-aws-modules/terraform-aws-eks.git synced 2025-09-09 19:32:58 +08:00

feat: Added support for update_config in EKS managed node groups (#1560)

This commit is contained in:
marianobilli
2021-09-03 22:56:17 +02:00
committed by GitHub
parent be71ef203b
commit f23f729980
3 changed files with 14 additions and 0 deletions
+3
View File
@@ -95,6 +95,9 @@ module "eks" {
effect = "NO_SCHEDULE"
}
]
update_config = {
max_unavailable_percentage = 50 # or set `max_unavailable`
}
}
}