-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependency between eks-pod-identity-agent and CNI #3260
Comments
this is not something that we will be able to explicitly control within the module - we cannot control the specific ordering of addons across an unknown variable of addons |
@bryantbiggs. However, as of now, it feels like a circular dependency when using pod identity with CNI in this module, because:
|
Why are you waiting on compute if you aren't configuring anything on the CNI? |
it's not me but terraform, let me describe again the issue, the situation is I want to deploy an EKS cluster with managed CNI using Pod Identity (like terraform above I posted). The problem is :
Not sure if there is something wrong from my understand. Thanks |
Hi,
I have just found the situation that we want to create EKS cluster with managed add-on Pod Identity and VPC-CNI using Pod Identity. My code looks like that :
So the problem is terraform (randomly) create vpc-cni before eks-pod-identity-agent is created, this leads to VPC-CNI add-on crash.
So I'm not sure how we can solve this dependency problem. Hope to get help on this. Thank you so much.
Best Regards,
VietNC
The text was updated successfully, but these errors were encountered: