# ワーカーグループを変更する

## 要件:

* **CPU、GPU、RAM、ストレージ、インスタンスクォータ**: ワーカーグループの構成変更に十分な容量が必要です。
* GPUの数は、ワーカーノードが構成を展開できるように、最小ノード数 + 1 の要件を満たす必要があります。オートスケールを使用する場合、GPUの数は希望する最大ノード数の要件を満たす必要があります。
* **01 ネットワークサブネット**: Kubernetesノード用ネットワーク。サブネットには静的IPプールが必要です。

## ステップバイステップ

{% stepper %}
{% step %}

#### ステップ1: FPT CLOUD ポータル [console.fptcloud.com](https://console.fptcloud.com/) にアクセスし、Kubernetes を選択します。変更したいクラスターをクリックし、Node Pools を選択します。次に「**ワーカーを編集**」アイコンをクリックします。

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

{% step %}

#### ステップ2: 標準ワーカーグループの構成情報に加え、GPUの構成を選択する必要があります:

インスタンスタイプを選択: GPU

GPUタイプを選択 (A30、A100、H100、H200など)

GPU共有構成を選択 (なし/シングル/混合)

GPUタイプ構成を選択 (CPU/RAM/GPU RAM)

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

#### 注記:

* GPU共有方式を変更すると、すべてのGPU関連ワークロードの再デプロイが必要となります。変更前に、エラーを回避するためアプリケーションをスケールダウンして0に設定してください。
* GPU共有が以前に「なし」または「オペレーター付きなし」に設定されていた場合、「シングル」または「混合」に変更することはできません。
* 以前にGPU共有で「シングル」を選択していた場合、対応する「シングル」モードのみに変更可能です。
  {% endstep %}

{% step %}

#### ステップ3：初期化情報を確認し、「保存」をクリックします。

{% endstep %}

{% step %}

#### ステップ4: Kubernetesクラスターへのワーカーグループの追加の初期化ステータスを監視します。ステータスが成功（実行中）と表示されたら、アプリケーションの使用とデプロイに進みます。

{% 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://ai-docs.fptcloud.com/ai-factory-guideline-jp/fpt-gpu-cloud/gpu-cluster/gpu-cluster-managed-k8s-with-gpu-virtual-machine/gaidochtoriaru/wkgurpuwosuru.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.
