Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber committed Nov 10, 2021
1 parent ab4b2cb commit e3e76f7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ Nebula Operator使用持久化卷PV(Persistent Volume)和持久化卷声明P

如果用户需要删除图空间并想保留相关数据,可以更新Nebula Graph集群,即设置`enablePVReclaim``true`

示例如下:
## 前提条件

已使用K8s创建一个集群。具体步骤,参见[使用Kubectl创建Nebula Graph集群](../3.deploy-nebula-graph-cluster/3.1create-cluster-with-kubectl.md).

## 操作步骤

以下示例使用名为`nebula`的集群说明如何设置`enablePVReclaim`

1. 执行以下命令进入`nebula`集群的编辑页面。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ Nebula Graph的Storage服务的扩容分为两个阶段,第一个阶段等待

用户可以在集群的CR实例的配置文件中通过参数`enableAutoBalance`来控制是否自动均衡数据。

示例如下:
## 前提条件

已使用K8s创建一个集群。具体步骤,参见[使用Kubectl创建Nebula Graph集群](../3.deploy-nebula-graph-cluster/3.1create-cluster-with-kubectl.md).

## 操作步骤

以下示例使用名为`nebula`的集群说明如何设置`enableAutoBalance`

1. 执行以下命令进入`nebula`集群的编辑页面。

Expand Down

0 comments on commit e3e76f7

Please sign in to comment.