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 79 forks source link

Add ability to add tags to managed node group auto scaling group #658

Open pierskarsenbarg opened 2 years ago

pierskarsenbarg commented 2 years ago

Hello!

Issue details

Currently, there is an input on the NodeGroup resource that allows you to set tags on the autoscaling group that gets created (https://www.pulumi.com/registry/packages/eks/api-docs/nodegroup/#autoscalinggrouptags_nodejs).

There isn't the same input on the ManagedNodeGroup resource.

Affected area/feature

EKS component resource

mohitreddy1996 commented 2 years ago

@pierskarsenbarg @roothorp any updates on this?

We are currently blocked on using the full functionality of Managed Node Groups due to this (https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#how-can-i-scale-a-node-group-to-0)