Skip to content

Commit

Permalink
Update 0.FAQ.md (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Feb 22, 2022
1 parent 891fc7a commit 28662b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs-2.0/20.appendix/0.FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,11 @@ $ ./nebula-graphd --version

执行`rpm -qa |grep nebula`即可查看版本。

<!--3.0.0版本不支持扩缩容
### 如何扩缩容
用户可以使用 Dashboard(企业版),在可视化页面对 graphd <!--和 storaged --> 进行快速扩缩容,详情参见[集群操作-扩缩容](../nebula-dashboard-ent/4.cluster-operator/4.manage.md)
用户可以使用 Dashboard(企业版),在可视化页面对 graphd 和 storaged 进行快速扩缩容,详情参见[集群操作-扩缩容](../nebula-dashboard-ent/4.cluster-operator/4.manage.md)。
Nebula Graph {{ nebula.release }} 未提供运维命令以实现自动扩缩容,参考以下步骤:
Expand All @@ -355,7 +357,7 @@ Nebula Graph {{ nebula.release }} 未提供运维命令以实现自动扩缩容
- graphd 的扩容: 在新机器上准备 graphd 二进制文件和配置文件,在配置文件中修改或增加已在运行的 metad 地址,启动 graphd 进程。
- storaged 不支持扩缩容。
- storaged 不支持扩缩容。 -->

<!-- balance-3.1
Expand Down

0 comments on commit 28662b2

Please sign in to comment.