-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
kind/bugpriority/important-soonIdeally to be resolved in time for the next releaseIdeally to be resolved in time for the next release
Description
What were you trying to accomplish?
Hello,
When I configure a VPC using:
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
vpc:
clusterEndpoints:
publicAccess: true
privateAccess: true
publicAccessCIDRs: [ <Allowed IP> ]
[...]
What happened?
I almost always get this error:
failed task: update VPC CNI to use IRSA if required (will not run other sequential tasks)
[...]
failed to update addon "vpc-cni": operation error EKS: UpdateAddon, https response error StatusCode: 409, RequestID: [...], ResourceInUseException: Addon vpc-cni cannot be updated as it is currently in CREATING state
It only works about one time in ten.
I'm using eksctl 0.199.0
Not sure if it's a problem with my config or with eksctl
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugpriority/important-soonIdeally to be resolved in time for the next releaseIdeally to be resolved in time for the next release