Amazon.CDK.AWS.EKS.Cluster does not apply stack tags while sub-resources do #26617
Labels
@aws-cdk/aws-eks
Related to Amazon Elastic Kubernetes Service
bug
This issue is a bug.
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
response-requested
Waiting on additional info and feedback. Will move to "closing-soon" in 7 days.
Describe the bug
We have an L3 construct that deploys an EKS cluster with add-ons and node groups.
Tags are applied at the Stack level, thus propagating to all resources.
Other stack resources get the tags except the EKS cluster. The sub-resources of the cluster like the node groups do get tagged, although the actual node instances don't get them either.
Expected Behavior
EKS cluster and nodes should be tagged accordingly to stack tags.
Current Behavior
EKS cluster and nodes don't get tagged.
Reproduction Steps
Apply tags at Stack level instead of individual construct as per above code example.
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.88.0
Framework Version
.NET 6.0
Node.js Version
18.9.0
OS
Windows 10
Language
.NET
Language Version
C# 10
Other information
No response
The text was updated successfully, but these errors were encountered: