Skip to content

Addon vpc-cni cannot be updated as it is currently in CREATING state #8091

@jmdesprez

Description

@jmdesprez

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions