Skip to content

Commit

Permalink
feat: Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
daviderli614 committed Jan 6, 2025
1 parent 73a825f commit acf58a9
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ helm upgrade --install etcd \
-n etcd-cluster
```

:::note
中国大陆用户如有网络访问问题,可直接使用阿里云 OCI 镜像仓库的方式安装 etcd 集群:

```bash
helm install etcd \
oci://greptime-registry.cn-hangzhou.cr.aliyuncs.com/charts/etcd \
--set image.registry=greptime-registry.cn-hangzhou.cr.aliyuncs.com \
--set image.tag=3.5.12 \
--set replicaCount=3 \
--set auth.rbac.create=false \
--set auth.rbac.token.enabled=false \
--create-namespace \
-n etcd-cluster
```
:::

等待 etcd 集群运行:

```bash
Expand Down

0 comments on commit acf58a9

Please sign in to comment.