bitter-toddler-22112
03/22/2021, 12:09 PMquick-garden-9190
03/23/2021, 6:25 PMeks.createManagedNodeGroup
function, but found it was exhibiting weird behavior. If you update to the latest version of @pulumi/eks
you’ll find that they’ve added the ManagedNodeGroup
class. A lot of weird behavior I was seeing was resolved after swapping the function for the updated class. Good luck.chilly-noon-57744
05/04/2021, 2:43 PMbitter-toddler-22112
05/11/2021, 6:05 PMchilly-noon-57744
05/12/2021, 11:07 AMaws.eks.NodeGroup
instead of the eks.NodeGroup
that @quick-garden-9190 mentioned above. I haven't tried yet since I have some other issues to tackle before. I found this on pulumi docs. The plan is to add new nodegroups using the correct class and drain the old ones.aws.eks.NodeGroup
trying to find a solution instead of searching the docs.