Skip to content

Commit

Permalink
Merge pull request #103 from id1893/acr
Browse files Browse the repository at this point in the history
docs: add aliyun ACR as the backup registry
  • Loading branch information
id1893 authored Aug 1, 2024
2 parents 7a4f93f + 7928f45 commit 212390f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ecp/zh_CN/install/install_ecp_on_kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ helm pull emqx/kube-ecp-stack --untar
username: "elastic"
password: "elastic"
```
:::tip 注意
由于国内可能无法访问 `hub.docker.com`, 可以将 `global.image.registry``global.image.repository` 修改为 `registry-intl.cn-shanghai.aliyuncs.com``bchub`, 然后使用后文提到的 **无法访问 Internet时** 的方式进行安装。
:::

- 如果可以访问 Internet,请运行以下命令:
```shell
Expand Down
4 changes: 4 additions & 0 deletions ecp/zh_CN/install/install_ecp_on_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ EMQX ECP 部署前,请确认您的环境满足以下要求:
全部回车跳过表示,使用默认的 ECP 版本,通过公共 docker 镜像仓库获取镜像,持久化数据保存路径为`[当前脚本路径]/datavolumes/`
![configure](./_assets/configure.png)

:::tip 注意
由于国内可能无法访问 `hub.docker.com`, 可以在提示 `Please input EMQX ECP docker registry URL (default: docker.io)` 时输入 `registry-intl.cn-shanghai.aliyuncs.com`, 在提示 `Please input EMQX ECP docker registry repo name (default: )` 时输入 `bchub`, 使用阿里云备用镜像仓库进行安装。
:::

### 启动服务

- 如有必要, 可以修改配置文件 `emqx_ecp.conf`。 - 如已有 `ElasticSearch` 服务, 可能修改如下配置:
Expand Down

0 comments on commit 212390f

Please sign in to comment.