Skip to content

Commit

Permalink
Update i18n/zh/docusaurus-plugin-content-docs/current/user-guide/admi…
Browse files Browse the repository at this point in the history
…nistration/manage-etcd.md

Co-authored-by: jeremyhi <[email protected]>
  • Loading branch information
daviderli614 and fengjiachun authored Jan 8, 2025
1 parent 80804b0 commit 3f7369e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ etcd [initialClusterState](https://etcd.io/docs/v3.5/op-guide/configuration/)
- **new**: 表示 etcd 集群是新的。所有节点将作为新集群的一部分启动,并且不会使用任何先前的状态。
- **existing**: 表示该节点将加入一个已经存在的 etcd 集群,这种情况下必须确保 initialCluster 参数配置了当前集群所有节点的信息。

etcd集群运行起来后,我们需要设置 initialClusterState 参数为 **existing**
etcd 集群运行起来后,我们需要设置 initialClusterState 参数为 **existing**

```bash
helm upgrade --install etcd \
Expand Down

0 comments on commit 3f7369e

Please sign in to comment.