terraform-aws-modules/terraform-aws-eks

eks_managed_node_groups and auto mode issue

Closed this issue · 0 comments

Description

When deploying an EKS cluster in auto mode using eks_managed_node_groups and the vpc-cni plugin under cluster_addons, the creation order is incorrect. The EKS cluster is created first, and then eks_managed_node_groups are attempted. However, for the node groups to function properly, the vpc-cni plugin in cluster_addons must be created before the node groups.