I've followed this guide to set up a EKS cluster with pulumi: <https://www.pulumi.com/docs/clouds/aw...
r
I've followed this guide to set up a EKS cluster with pulumi: https://www.pulumi.com/docs/clouds/aws/guides/eks/ Nothing has seemingly failed so far but it's been spinning for about 30 minutes now. I see the EKS cluster and various other AWS resources created, but no EKS node groups or nodes. I'm wondering if it is stuck or has failed. Does anyone have an guidance on how long this should take/how to debug?
Hit 30 minute timeout in the end there:
Copy code
Diagnostics:
  aws:cloudformation:Stack (primary-nodes):
    error: 1 error occurred:
    	* creating urn:pulumi:develop::infraco::eks:index:Cluster$aws:cloudformation/stack:Stack::primary-nodes: 1 error occurred:
    	* waiting for CloudFormation Stack (arn:aws:cloudformation:eu-north-1:118934512639:stack/primary-7ff50f87/51ed4930-2a45-11ef-a79f-060052ffee2d) create: timeout while waiting for state to become 'CREATE_COMPLETE, CREATE_FAILED, DELETE_COMPLETE, DELETE_FAILED, ROLLBACK_COMPLETE, ROLLBACK_FAILED' (last state: 'CREATE_IN_PROGRESS', timeout: 30m0s)