-
Notifications
You must be signed in to change notification settings - Fork 4.4k
(aws-eks): Add version 1_21 #15758
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-eksRelated to Amazon Elastic Kubernetes ServiceRelated to Amazon Elastic Kubernetes Serviceeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-eksRelated to Amazon Elastic Kubernetes ServiceRelated to Amazon Elastic Kubernetes Serviceeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2