You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create an EKS Auto Mode, I get a cluster with no nodes & pods. Then when I try to apply a simple yaml, the deployment fails with pods stuck in Pending state with FailedScheduling events.
This works on GKE & AKS with just the create command & setting max-nodes variable. I thought EKS Auto was supposed to be the easy mode to get this working quickly?
My nodeclaims have status UNKNOWN & events like:
Conditions:
Last Transition Time: 2025-03-06T23:05:15Z
Message: object is awaiting reconciliation
Observed Generation: 1
Reason: AwaitingReconciliation
Status: Unknown
Type: Initialized
Last Transition Time: 2025-03-06T23:05:15Z
Message: Node not registered with cluster
Observed Generation: 1
Reason: NodeNotFound
Status: Unknown
Type: Registered
Last Transition Time: 2025-03-06T23:05:18Z
Message:
Observed Generation: 1
Reason: Launched
Status: True
Type: Launched
Last Transition Time: 2025-03-06T23:05:15Z
Message: Initialized=Unknown, Registered=Unknown
Observed Generation: 1
Reason: ReconcilingDependents
Status: Unknown
Type: Ready
The text was updated successfully, but these errors were encountered:
When I create an EKS Auto Mode, I get a cluster with no nodes & pods. Then when I try to apply a simple yaml, the deployment fails with pods stuck in Pending state with FailedScheduling events.
Here's the commands I've run:
And kubernetes_scale.yaml is very simple as well:
This works on GKE & AKS with just the create command & setting max-nodes variable. I thought EKS Auto was supposed to be the easy mode to get this working quickly?
My nodeclaims have status UNKNOWN & events like:
The text was updated successfully, but these errors were encountered: