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

feat: Add node repair config to managed node group (#3271)

* feat: add var.node_repair_config to eks-managed-node-group

Fixes terraform-aws-modules/terraform-aws-eks#3249

* chore: run terraform-docs

* chore: update examples/eks-managed-node-group

* fix: Correct implementation

---------

Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
Kasper Jacobsen
2025-01-17 18:35:47 +01:00
committed by GitHub
parent 4fe03aed68
commit edd7ef36dd
34 changed files with 74 additions and 50 deletions
+7
View File
@@ -52,6 +52,9 @@ module "eks" {
coredns = {
most_recent = true
}
eks-node-monitoring-agent = {
most_recent = true
}
eks-pod-identity-agent = {
before_compute = true
most_recent = true
@@ -289,6 +292,10 @@ module "eks" {
instance_metadata_tags = "disabled"
}
node_repair_config = {
enabled = true
}
create_iam_role = true
iam_role_name = "eks-managed-node-group-complete-example"
iam_role_use_name_prefix = false