In the <pulumi-eks> component, I saw that the Node...
# golang
b
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
can you explain what you mean?
b
Sure, when doing
NewCluster
I would like to make use of the NodeGroupV2. Currently it makes use of NodeGroup
b
you can just define the cluster without a nodegroup, then attach it
b
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