awseks: Unable to update EKS cluster tags #26614
Labels
@aws-cdk/aws-eks
Related to Amazon Elastic Kubernetes Service
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
We are using awscdk Go version v2.63.2 to create cluster with tags. When we create a cluster, the tags are correctly added. However, when we update a cluster, the tags on EKS cluster is not updated.
CDK diff shows
[
] Custom::AWSCDK-EKS-Cluster EKSCluster/Resource/Resource EKSClusterE11008B6] Config└─ [
└─ [~] .tags:
├─ [+] Added: .LastRevalidatedAt
└─ [+] Added: .LastRevalidatedBy
Tried using the latest version v2.89.0, and saw the same issue
Expected Behavior
The tags on EKS cluster should be updated
Current Behavior
The tags on EKS cluster doesn't get updated
Reproduction Steps
Part of the Go code that's used to create a cluster:
We have an internal cluster type definition which we can specify the tags to use.
Reproduction steps:
cdk deploy...
to create a cluster with tags.cdk deploy...
to update the clusterPossible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.89.0
Framework Version
No response
Node.js Version
v18.12.1
OS
MacOS
Language
Go
Language Version
1.18
Other information
No response
The text was updated successfully, but these errors were encountered: