https://pulumi.com logo
Title
w

wonderful-nail-34709

02/22/2023, 11:13 AM
Hi there! Is there anyone else having the same problem as me?I’m using Golang, When exactly followed, EKS has no node groups. Using AWS Elastic Kubernetes Service (EKS) | Crosswalk | Pulumi Docs
c

curved-kitchen-24115

02/22/2023, 5:45 PM
I've not followed the EKS crosswalk docs myself, but part of the module I use (typescript,
@pulumi/eks
) delegates cluster setup to cloudformation. When I was having node group issues I found that it was because cloudformation was erroring out due to an invalid AMI request on my part. Also, as a sanity check, make sure you're not setting
skipDefaultNodeGroup
to true.