Skip to content

(aws-eks): Add version 1_21 #15758

@cesarpball

Description

@cesarpball

At this moment, EKS cluster can be created trought the AWS Console with the latest version available: 1.21

Use Case

 final Cluster eksCluster = Cluster.Builder.create(this,"cluster")
            .vpc(vpc)
            .clusterName(id)
            .version(KubernetesVersion.V1_21)
            .defaultCapacity(0)
            ....
            .build();

Proposed Solution

add Version 1.21

Other

Issue that I am having right now:

cannot find symbol
  symbol:   variable V1_21
  location: class software.amazon.awscdk.services.eks.KubernetesVersion
  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-eksRelated to Amazon Elastic Kubernetes Serviceeffort/smallSmall work item – less than a day of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions