This message was deleted.
# kubernetes
s
This message was deleted.
f
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.