Skip to content

Commit

Permalink
docs: update huaweicloud link
Browse files Browse the repository at this point in the history
Signed-off-by: Rory Z <[email protected]>
  • Loading branch information
Rory-Z committed Nov 27, 2024
1 parent cc69b59 commit 01b870d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/zh_CN/deployment/on-huawei-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EMQX Operator 支持在华为云容器引擎(Cloud Container Engine,简称 C

在开始之前,你需要准备以下内容:

- 开通华为云容器服务,并创建一个 CCE 集群。具体请参考:[创建 CCE 集群](https://support.huaweicloud.com/usermanual-cce/cce_01_0028.html)
- 开通华为云容器服务,并创建一个 CCE 集群。具体请参考:[购买集群](https://support.huaweicloud.com/usermanual-cce/cce_10_0298.html)

::: tip
Kubernetes 集群节点必须可以访问外网(可以通过加 NAT 网关解决),否则无法拉取除容器镜像服务(SoftWare Repository)外的第三方镜像
Expand Down Expand Up @@ -55,7 +55,7 @@ EMQX Operator 支持在华为云容器引擎(Cloud Container Engine,简称 C
dashboardServiceTemplate:
metadata:
annotations:
## 自动创建关联的 ELB,详细字段说明请参考:https://support.huaweicloud.com/usermanual-cce/cce_10_0014.html#cce_10_0014__table939522754617
## 自动创建关联的 ELB,详细字段说明请参考:https://support.huaweicloud.com/usermanual-cce/cce_10_0385.html
kubernetes.io/elb.autocreate: |
{
"type": "public",
Expand All @@ -69,7 +69,7 @@ EMQX Operator 支持在华为云容器引擎(Cloud Container Engine,简称 C
listenersServiceTemplate:
metadata:
annotations:
## 自动创建关联的 ELB,详细字段说明请参考:https://support.huaweicloud.com/usermanual-cce/cce_10_0014.html#cce_10_0014__table939522754617
## 自动创建关联的 ELB,详细字段说明请参考:https://support.huaweicloud.com/usermanual-cce/cce_10_0385.html
kubernetes.io/elb.autocreate: |
{
"type": "public",
Expand Down Expand Up @@ -134,7 +134,7 @@ EMQX Operator 支持在华为云容器引擎(Cloud Container Engine,简称 C
serviceTemplate:
metadata:
annotations:
## 自动创建关联的 ELB,详细字段说明请参考:https://support.huaweicloud.com/usermanual-cce/cce_10_0014.html#cce_10_0014__table939522754617
## 自动创建关联的 ELB,详细字段说明请参考:https://support.huaweicloud.com/usermanual-cce/cce_10_0385.html
kubernetes.io/elb.autocreate: |
{
"type": "public",
Expand Down

0 comments on commit 01b870d

Please sign in to comment.