> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# What is the autoscaler behavior when Pods are pending?

The CKS autoscaler scales a Node Pool up only when adding another Node of that pool's instance type would make a pending Pod schedulable. If a Pod requests more resources than a single Node of that instance type provides (for example, 160 CPU cores when the instance has 128 allocatable), the autoscaler does not scale up because the new Node still would not fit the Pod. Either lower the Pod's request, or add a Node Pool with a larger instance type.

For full details, see [Node Pool autoscaling](/products/cks/nodes/autoscaling).

***

<Badge stroke shape="pill" color="blue" size="md">[Workload Scheduling](/support/cks/tags/workload-scheduling)</Badge>
