-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Bug] "vpc-cni" addon doesn't install correctly #8035
Comments
AnalysisI suspect this is an issue is related to a recent change in eksctl, where 3 addons are now being automatically installed.
Related docs:
Work-around: 1I discovered a work-around, but it requires the use of a configuration file. Note the addition of "autoApplyPodIdentityAssociations" at the end:
Applied as follows
Note the following snippet which now demonstrates the addon is being configured correctly.
Work-around: 2To preserve a one-liner:
QuestionSince the "vpc--cni" addon is now installed by default, should the "autoApplyPodIdentityAssociations" setting also be set by default? |
What were you trying to accomplish?
Create an EKS cluster that uses a fargate profile
Ran the following command and expected it to complete without errors or warning messages
What happened?
Looking at the output we can see the warning message stating problems installing the "vpn-cni" add-on
The snippet of concern
How to reproduce it?
Method 2 - Using a config file
The issue can alternatively be reproduced using a config file
With the following output
Logs
Anything else we need to know?
1/
What OS are you using?
2/
Are you using a downloaded binary or did you compile eksctl?
Downloaded binary
3/
What type of AWS credentials are you using (i.e. default/named profile, MFA)? - please don't include actual credentials though!
Setting the following env variables
Versions
The text was updated successfully, but these errors were encountered: