Skip to content

Commit

Permalink
comment the taint
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent 4bb7844 commit 6b879ef
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@ module "cluster" {
}
}
}
taints = {
# This Taint aims to keep just EKS Addons and Karpenter running on this MNG
# The pods that do not tolerate this taint should run on nodes created by Karpenter
addons = {
key = "CriticalAddonsOnly"
value = "true"
effect = "NO_SCHEDULE"
},
}
# taints = {
# # This Taint aims to keep just EKS Addons and Karpenter running on this MNG
# # The pods that do not tolerate this taint should run on nodes created by Karpenter
# addons = {
# key = "CriticalAddonsOnly"
# value = "true"
# effect = "NO_SCHEDULE"
# },
# }
}
}

Expand Down

0 comments on commit 6b879ef

Please sign in to comment.