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

View File

@@ -95,6 +95,9 @@ module "eks" {
effect = "NO_SCHEDULE"
}
]
update_config = {
max_unavailable_percentage = 50 # or set `max_unavailable`
}
}
}