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
Create a cluster with auto mode enabled and with default addons (metrics-server) disabled.
What happened?
eksctl throws a confusing error (no mention of problematic section). Removing addonsConfig makes the creation run successfully.
How to reproduce it?
Run eksctl create cluster with config containing the following sections:
addonsConfig:
disableDefaultAddons: trueautoModeConfig:
enabled: truenodeRoleARN: arn:...<redacted>nodePools: [system] iam:
withOIDC: trueserviceAccounts:
... # non-empty list required for the problem to trigger
Logs
Error: fields nodeGroups, managedNodeGroups, fargateProfiles, karpenter, gitops, iam.serviceAccounts, and iam.podIdentityAssociations are not supported during cluster creation in a cluster without VPC CNI; please remove these fields and add them back after cluster creation is successful
Anything else we need to know?
Versions
eksctl 0.202.0
The text was updated successfully, but these errors were encountered:
What were you trying to accomplish?
Create a cluster with auto mode enabled and with default addons (metrics-server) disabled.
What happened?
eksctl throws a confusing error (no mention of problematic section). Removing
addonsConfig
makes the creation run successfully.How to reproduce it?
Run
eksctl create cluster
with config containing the following sections:Logs
Anything else we need to know?
Versions
eksctl 0.202.0
The text was updated successfully, but these errors were encountered: