Skip to content

Commit 4001968

Browse files
author
AWS
committed
Amazon Elastic Kubernetes Service Update: Add multiple customer error code to handle customer caused failure when managing EKS node groups
1 parent c7b2281 commit 4001968

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Elastic Kubernetes Service",
4+
"contributor": "",
5+
"description": "Add multiple customer error code to handle customer caused failure when managing EKS node groups"
6+
}

services/eks/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4264,7 +4264,9 @@
42644264
"SourceEc2LaunchTemplateNotFound",
42654265
"LimitExceeded",
42664266
"Unknown",
4267-
"AutoScalingGroupInstanceRefreshActive"
4267+
"AutoScalingGroupInstanceRefreshActive",
4268+
"KubernetesLabelInvalid",
4269+
"Ec2LaunchTemplateVersionMaxLimitExceeded"
42684270
]
42694271
},
42704272
"NodegroupResources":{

0 commit comments

Comments
 (0)