# Cluster Manual-Scaling

Manual Scale allows users to actively adjust the scale of system resources as needed. Users can increase or decrease the number of Metal Cloud Servers per day on the portal by following these steps:

**Step 1**: In the menu, select **AI Infrastructure**> **Managed GPU Cluster.**&#x54;he system will display the

**Managed GPU Management**. Select the cluster to which you want to add a Worker Group.

![](/files/f37d78cb170170c76fba4f91c6c4e5876df3ee87)

**Step 2**: Click on the cluster you want to scale, then select **Node Pools**> **Edit Workers**.

![](/files/fd763e6e32e33fe7f7e2e3943ee222676ee8ab84) ![](/files/fddfc0d1c7879e1222beba639308910d8dd6a739)

**Step 3**: Update **the Number of Servers** to increase it according to your usage needs, then click the Save button.

![](/files/17337512ef3c954e63ade569f5b46b8cb59276bf)

Note:

The manual server scaling process will take a few minutes. The Cluster status will change to **Processing** until the new worker successfully joins the cluster. The cluster continues to operate normally while scaling new servers.

Labels and Taints are two important mechanisms that help manage and distribute workloads efficiently in systems with multiple Worker Groups, making it easy to group workers by purpose, performance, or geographic region. Managed GPU Cluster allows users to add, edit, or delete labels/taints directly on the Unify Portal.

**Step 1**: In the menu, select **AI Infrastructure**> **Managed GPU Cluster**. The system will display the Managed GPU Cluster Management page. Select the cluster you want to edit the Label/Taint for.

![](/files/94c0ca635f0b955a32495b72c99330ecc197dbc9)

**Step 2**: Select **Node Pools**> **Edit Workers**

![](/files/82d96ac122806c88cc8bf85830ce42110bb21755)

**Step 3**: Enter the Labels and Taints you want to add to the Worker Group and click the **Save** button

<div align="left"><img src="/files/ec69ef7c3b2629ff299a78719a2d789727cba71d" alt="" width="563"></div>

Notes:

* The process of editing Labels and Taints will take a few minutes, and the Cluster status will change to **Processing**. While this is happening, users cannot edit the Cluster until the process is complete.
* When users wish to change the base Worker Group, system components (coredns, metrics servers, CNI controller, etc.) will be redeployed on the Worker nodes belonging to the new base Worker Group. This feature is beneficial when users want to increase/decrease the flavor configuration of Worker nodes in the base Worker Group. In this case, users create a new Worker Group with the desired Worker node configuration, make the new Worker Group the base, and delete the old base Worker Group.

**Step 1**: In the menu, select **AI Infrastructure**> **Managed GPU Cluster**. The system will display the Managed GPU Cluster Management page. Select the cluster for which you want to change the Worker Group configuration.

![](/files/401a6d83b35fd96553d4fc8d2ed14de41a7aed2e)

**Step 2**: Select **Node Pools**> **Edit Workers**.

![](/files/4f69fc6c97fa51e15fde1c8ebca7ea1183e5a3e4)

**Step 3**: Select the Worker Group you want to change and click the **Save** button.

![](/files/f7e228ef3f9baed845c41498acbe047621179144)

Note:

* The process of changing the Worker Group Base will be performed, and during this process, users cannot edit the Cluster until the process is complete.
* When changing the parameters of the Worker Group, the system will first create new Worker nodes with the desired configuration. Once the new Worker nodes are successfully created, the Worker node with the old configuration will be removed from the system. The pods will be transferred from the old Worker node to the new Worker nodes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ai-docs.fptcloud.com/fpt-gpu-cloud/gpu-cluster/managed-k8s-with-metal-cloud/tutorial/cluster-manual-scaling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
