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
I am trying to create a new cluster with the vpc-cni addon configured against a role that is created on the fly (to avoid #7951). Currently, the order of cloudformation stacks is:
addons
managed node groups
service accounts (and associated iam roles)
Because of this, the iam role that should exist for the vpc-cni addon doesn't exist, causing the vpc-cni plugin to never have it's pods created. Since the managed node groups is next, the node group will fail to be marked ready for EKS because the vpc-cni addon has yet to be ready. Thus, a cluster creation will fail.
What were you trying to accomplish?
I am trying to create a new cluster with the
vpc-cni
addon configured against a role that is created on the fly (to avoid #7951). Currently, the order of cloudformation stacks is:Because of this, the iam role that should exist for the
vpc-cni
addon doesn't exist, causing the vpc-cni plugin to never have it's pods created. Since the managed node groups is next, the node group will fail to be marked ready for EKS because thevpc-cni
addon has yet to be ready. Thus, a cluster creation will fail.What happened?
The cluster failed to be created successfully.
How to reproduce it?
Contents of
cluster.yaml
below:Logs
https://gist.github.com/josegonzalez/b9b9b5bd0f82603ffe5c60db00232094
Anything else we need to know?
Versions
The text was updated successfully, but these errors were encountered: