This message was deleted.
# getting-started
s
This message was deleted.
c
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.