https://pulumi.com logo
Title
f

full-dress-10026

06/10/2020, 5:19 PM
Wait, I think I have thoroughly confused myself. What is the proper way to create a managed node group in Pulumi? There appears to be many ways and it is unclear which blog posts are out of date.
There is this PR: https://github.com/pulumi/pulumi-eks/pull/280 which appears to indicate that there is a
createManagedNodeGroup
method added. It does not appear to exist, however.
g

gentle-diamond-70147

06/10/2020, 5:24 PM
Per the comment at https://github.com/pulumi/pulumi-eks/pull/280#issuecomment-558949853, I believe
createManagedNodeGroup
was removed in favor of you just using
new aws.eks.NodeGroup
directly.
Do you see mention of
createManagedNodeGroup
in a blog post?
f

full-dress-10026

06/10/2020, 5:26 PM
I think the original "misdirection" was from here: https://github.com/pulumi/pulumi-eks/issues/387#issuecomment-621449153 which seems to indicate the presence of createManagedNodeGroup.
As of eks 0.19.2, createManagedNodeGroup is definitely not on the Cluster object.