Skip to content

Commit

Permalink
Add operator faq about replica difference (#1808)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 committed May 16, 2022
1 parent 6308601 commit 2ecaf62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs-2.0/nebula-operator/7.operator-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@
## 扩缩容集群时,如何确保稳定性?

建议提前备份数据,以便故障发生时回滚数据。

## Operator 文档中的 replica 和 Nebula Graph 内核文档中的 replica 是一样的吗?

二者是不同的概念。Operator 文档中的 replica 是 K8s 中的 Pod 副本,而内核文档中的 replica 是 Nebula Graph 中的分片副本。

0 comments on commit 2ecaf62

Please sign in to comment.