Wait, I think I have thoroughly confused myself. W...
# kubernetes
f
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
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
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.