pulumi / pulumi-eks

A Pulumi component for easily creating and managing an Amazon EKS Cluster
https://www.pulumi.com/registry/packages/eks/
Apache License 2.0
171 stars 80 forks source link

eks.NewCluster - Children's resources are not tagged #852

Open rodrigobrim opened 1 year ago

rodrigobrim commented 1 year ago

What happened?

It doesn't matter if default or explicit tags are set on eks.NewCluster call, the following resources are created with no tags (the list is not limited to it):

Expected Behavior

Tags set on eks.ClusterArgs.Tags or default tags should be respected for all child resources.

Steps to reproduce

Set the default tags, create an EKS cluster, then inspect the mentioned resource tags.

Output of pulumi about

Go Compiler  gc

Plugins
NAME  VERSION
go    unknown

Host     
OS       ubuntu
Version  22.04
Arch     x86_64

This project is written in go: executable='/usr/local/go/bin/go' version='go version go1.19.4 linux/amd64'

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

squaremo commented 1 year ago

(Similarly, https://github.com/pulumi/pulumi-awsx/issues/983)

t0yv0 commented 1 month ago

There's a recent quickfix for https://github.com/pulumi/pulumi-eks/pull/1359/files but the problem remains open in general.

With the https://www.pulumi.com/docs/concepts/options/transforms/ option a workaround should be possible to implement tagging for all child AWS resources. This is not the easiest option to use however so leaving this issue open for now. Please keep upvoting to help us prioritize.

t0yv0 commented 1 month ago

@flostadler points out there's some extra difficulty here for resources not directly created by Pulumi.