https://pulumi.com logo
Title
b

brash-gigabyte-81569

10/07/2022, 4:19 PM
In the pulumi-eks component, I saw that the NodeGroupV2 was added so that we can use Launch Templates and remove the cfn stack that was being used. I am not seeing a way to tell the cluster to make use of the nodegroupv2, is that in the works?
b

billowy-army-68599

10/07/2022, 4:27 PM
can you explain what you mean?
b

brash-gigabyte-81569

10/07/2022, 4:28 PM
Sure, when doing
NewCluster
I would like to make use of the NodeGroupV2. Currently it makes use of NodeGroup
b

billowy-army-68599

10/07/2022, 4:30 PM
you can just define the cluster without a nodegroup, then attach it
b

brash-gigabyte-81569

10/07/2022, 4:30 PM
Not a blocker for me as I was just trying to refactor my code into only needing to do NewCluster instead of NewCluster plus NewManagedNodeGroup, but I saw this and was curious when/if it was going to be a thing