Hello Is there any way to change the `metadataOpti...
# aws
e
Hello Is there any way to change the
metadataOptions
for my EKS workers without recreating the launch template in the function
eks.createManagedNodeGroup
??
m
We just merged a PR yesterday that might address this: https://github.com/pulumi/pulumi-eks/pull/847
e
@melodic-tomato-39005 Yeah I know but that's for
NodeGroupV2
. For the managed node group it uses
aws.eks.NodeGroup
to create it. Maybe I am wrong but from the little research I did this PR can't help me :/
m
Sorry then 😞 If that functionality is important for you, could you file an issue at https://github.com/pulumi/pulumi-eks/issues?
e
My problem is that I want my EKS worker instances to use
IMDSV2
but the default launch template that pulumi creates when it creates the node group it uses
IMDSV1