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

# Change autoscaling limits

Each pool has minimum and maximum node counts that determine the limits within which autoscaling operates. The limits can be changed at any time to reflect a different expected workload.

1\. In the [Gcore Customer Portal](https://portal.gcore.com), navigate to **Cloud** > **Managed Kubernetes**, then click the cluster name.

<Frame>
  <img src="https://mintcdn.com/gcore/-tGG7PWTFMtYIhJ9/images/docs/cloud/kubernetes/clusters/autoscaling/change-autoscaling-limits/change-autoscaling-clusters-list.png?fit=max&auto=format&n=-tGG7PWTFMtYIhJ9&q=85&s=eb9e1ca11071a9d10cbde59e62b2d6f5" alt="Managed Kubernetes clusters list showing cluster names and status" width="1198" height="250" data-path="images/docs/cloud/kubernetes/clusters/autoscaling/change-autoscaling-limits/change-autoscaling-clusters-list.png" />
</Frame>

2\. Open the **Pools** section, click **⋯** next to the pool, and select **Edit Pool Settings**.

<Frame>
  <img src="https://mintcdn.com/gcore/-tGG7PWTFMtYIhJ9/images/docs/cloud/kubernetes/clusters/autoscaling/change-autoscaling-limits/change-autoscaling-pool-menu.png?fit=max&auto=format&n=-tGG7PWTFMtYIhJ9&q=85&s=056b128523685bd02e70fc9bb12d6423" alt="Pools section with the Edit Pool Settings menu open for pool-1" width="933" height="479" data-path="images/docs/cloud/kubernetes/clusters/autoscaling/change-autoscaling-limits/change-autoscaling-pool-menu.png" />
</Frame>

3\. Enter the **Minimum nodes** and **Maximum nodes** values, then click **Save**.

<Frame>
  <img src="https://mintcdn.com/gcore/-tGG7PWTFMtYIhJ9/images/docs/cloud/kubernetes/clusters/autoscaling/change-autoscaling-limits/change-autoscaling-pool-form.png?fit=max&auto=format&n=-tGG7PWTFMtYIhJ9&q=85&s=1d4e7f18c81da8f83c6673d319319256" alt="Edit Pool Settings form showing Minimum nodes and Maximum nodes fields" width="657" height="674" data-path="images/docs/cloud/kubernetes/clusters/autoscaling/change-autoscaling-limits/change-autoscaling-pool-form.png" />
</Frame>

After saving, the new limits take effect:

* If the specified count is higher than the current number of nodes, the system deploys new ones.
* If the specified count is lower, the system removes redundant ones.
