> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/run-the-platform/zh/zu-hu/add-tenant-resources.md).

# 增加租户资源

## 租户节点规划

当增加租户的计算资源时，请评估所需的增量是否可以添加到现有租户节点，或者是否需要通过增加节点来横向扩展。单个租户节点可添加的最大资源由群集设置决定： ***每台机器的最大 RAM*** 和 ***每台机器的最大核心数*** 适用于分配给该租户节点的群集。

一般来说，在添加额外节点之前，最好先将分配给每个租户节点的计算资源尽可能配置到最大；不过，在某些情况下，在租户节点之间平衡资源会更好。

**示例：**

* 某客户总共需要 64GB RAM，而群集允许的最大值是 62GB。
* 与其将第一个租户节点配置到 62GB 并仅为第二个节点分配 2GB，不如在两个节点之间平均分配——每个节点 32GB RAM，因为只有 2GB 的节点实际上不实用。

如需有关规划租户节点资源的更多指导，请联系支持。以下说明涵盖向现有租户节点添加资源以及添加另一个租户节点。

## 向现有租户节点添加资源

1. 从 **租户仪表板**，单击 **节点** 左侧菜单中的。
2. 将显示节点列表。 **双击** 所需的 **节点**.
3. 该 **租户节点仪表板** 将显示。单击 **编辑** 左侧菜单中的。
4. 根据需要修改核心数和/或 RAM 字段。
5. 单击 **提交**.

## 添加租户节点

1. 从 **租户仪表板**，单击 **节点** 左侧菜单中的。
2. 单击 **新建** 左侧菜单中的。
3. 选择 ***核心数*** 要预配到租户节点。
4. 选择 ***RAM*** 要预配到租户节点的存储量（可指定为千兆字节或兆字节） **注意：** 系统始终会允许向租户节点分配核心数/RAM，而不管已预配了多少 RAM；但是，要启动租户节点，资源必须实际可用。
5. **可选地**，可 ***群集*** 选择用于运行该租户的群集，也可以保留为 --Default --（由 system > Settings > Default cluster for tenant nodes 指定）。
6. **可选地**，可 ***故障转移集群*** 如果所选主群集不可用，则可选择用于运行该租户的群集。或者也可以保留为 --Default --（由 **system > Settings >** ***租户节点的默认集群***)
7. 设置一个 ***首选节点*** 是 **通常不建议** 用于租户节点。这是租户节点的高级设置；设置不当会对内置冗余产生不利影响。请谨慎使用此设置。如需额外帮助，请咨询支持。
8. **可选地**，可 ***描述*** 可输入以记录有关此租户节点的更多信息。
9. 从列表中选择所需的 ***断电时*** 设置：
   * **上次状态** - 仅当租户在断电时处于开启状态时，才会在恢复供电后再次开启。
   * **保持关闭** - 当恢复供电时，租户不会开启（无论断电时其状态如何）。
   * **开机** - 当恢复供电时，租户将开启（无论断电时其状态如何）。
10. 单击 **提交**.

## 为租户预配额外存储

### 为租户预配一个新的存储层级

1. 导航到 **租户仪表板**.
2. 单击 **添加存储** 左侧菜单中的。
3. 选择所需的 **层级** 从下拉列表中。
4. **在 Provisioned 字段中输入所需的存储量** 并选择所需的计量单位（B、KB、MB、GB、TB）
5. 单击 **提交** 以添加已预配的存储。

### 在已为租户预配的层级上添加更多存储

1. 导航到 **租户仪表板**.
2. 向下滚动到屏幕的 ***存储*** **部分**.
3. 单击 **编辑** 按钮（最右侧）。
4. **将 Provisioned 字段更改为要预配的总量** 到租户。（例如，如果当前数量为 50GB，而您想增加 25GB，请输入新的目标总量：75GB）。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/run-the-platform/zh/zu-hu/add-tenant-resources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
