# 2. How to resize Kubernetes Cluster on HI GIO portal

## <mark style="color:green;">**Overview**</mark> <a href="#overview" id="overview"></a>

This documentation will be used when you want to resize your cluster nodes on HI GIO Cloud (decrease or increase the number of nodes).

## <mark style="color:green;">**Procedure**</mark> <a href="#procedure" id="procedure"></a>

**I. Pre-requisites:**

* You already have a Kubernetes cluster on HI GIO Cloud.
* The resource is available if you increase the number of nodes.
* You have permission to control the Kubernetes cluster.

**II. Procedure:**

{% stepper %}
{% step %}
**Step 1:** Log in to HI GIO Cloud with IAM account --> Open vCD Portal --> More --> Kubernetes Container Clusters

<figure><img src="/files/1aKWR6rl5W4Gh3jll9Hb" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Step 2:** Select your cluster Node Pool

<figure><img src="/files/icL9qrceBu71REzYI3hU" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/hOeV77R6JJY5QqF3w31V" alt=""><figcaption></figcaption></figure>

* It shows information about node type, node count, and sizing policy, …

<figure><img src="/files/4T8btR3IkT82gea2zUya" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Step 3:** Select the symbol <img src="/files/tQA1013GrsIiid7uSDJm" alt="" data-size="line"> on the left node you want to resize --> **Resize**

<figure><img src="/files/7xMRvjM4CC0HXIOh5LpX" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Step 4:** Fill in the number of nodes you want to resize SUBMIT

Use caution when resizing node pools to 0 worker nodes. The cluster must always have at least 1 running worker node, or else the cluster will enter an unrecoverable error state.

<figure><img src="/files/vx0JKCMShuc2JAN7040N" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Step 5:** Waiting for the node size

<figure><img src="/files/YXlFh7KycqbWBRgyYG1n" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Step 6:** On the tab Monitor, it will show many tasks updated on your cluster

<figure><img src="/files/PHRD3rwfOtiX2GC7zV93" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Step 7:** When completed, the node count will show your location's available node/desired node.

<figure><img src="/files/GmgQZey4ZA1ZKbHwCvnE" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Step 8:** You can verify with a command inside your cluster.

<figure><img src="/files/wfuRDHzSkXIHmYZrEwoU" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.higiocloud.vn/hi-gio-kubernetes/2.-how-to-resize-kubernetes-cluster-on-hi-gio-portal.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.
