You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port asg_node_group to v1.25
* We have some legacy clusters on 1.24 that need to be upgraded before
extended support ends.
* They are still using cluster-autoscaler (not Karpenter)
* The simplest upgrade procedure is to forward-port the asg_node_group
module.
Note: this module adds a node_instance_profile variable, as cluster
config no longer exposes an instance profile for the node group.
To avoid any issues this needs to be set to the same value as you
were using in 1.24 iam_config
Also note that the IAM role of nodes in the node group will need to be
manually added to the clusters `aws_auth_role_map` as this is no longer
defaulted.
Merge pull request #374 from cookpad/coord-e/backport-karpenter-v1-co…
…ntroller-policy-1-30
Enable to use Karpenter v1 controller policy (backport to 1.30)
Merge pull request #373 from cookpad/coord-e/backport-karpenter-v1-co…
…ntroller-policy-1-29
Enable to use Karpenter v1 controller policy (backport to 1.29)