Skip to content

Commit 695ce30

Browse files
committed
fix(k8s): unbreak CRD reference links
1 parent fecddc3 commit 695ce30

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

ja_JP/deploy/kubernetes/operator/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Alternatively, if you are interested in learning how to upgrade or uninstall EMQ
8282
}
8383
```
8484
85-
For more details about the EMQX CRD, please check the [reference document](./api-reference.md).
85+
For more details about the EMQX CRD, please check the [reference document](./reference/v2beta1-reference.md).
8686
8787
2. Wait, and the EMQX cluster is running.
8888
@@ -110,7 +110,7 @@ Alternatively, if you are interested in learning how to upgrade or uninstall EMQ
110110
image: emqx/emqx:@CE_VERSION@
111111
```
112112
113-
For more details about the EMQX CRD, please check the [reference document](./api-reference.md).
113+
For more details about the EMQX CRD, please check the [reference document](./reference/v2beta1-reference.md).
114114
115115
2. Wait the EMQX cluster is running.
116116

ja_JP/deploy/kubernetes/operator/tasks/configure-emqx-core-replicant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There must be at least one Core node in the EMQX cluster. For the purpose of hig
2323

2424
## Configure EMQX Cluster
2525

26-
`apps.emqx.io/v2beta1 EMQX` supports configuring the Core node of the EMQX cluster through the `.spec.coreTemplate` field, and configuring the Replicant node of the EMQX cluster using the `.spec.replicantTemplate` field. For more information, please refer to: [API Reference](../api-reference.md#emqxspec).
26+
`apps.emqx.io/v2beta1 EMQX` supports configuring the Core node of the EMQX cluster through the `.spec.coreTemplate` field, and configuring the Replicant node of the EMQX cluster using the `.spec.replicantTemplate` field. For more information, please refer to: [API Reference](../reference/v2beta1-reference.md#emqxspec).
2727

2828
+ Save the following content as a YAML file and deploy it with the `kubectl apply` command
2929

ja_JP/deploy/kubernetes/operator/tasks/configure-emqx-rebalance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spec:
3737
relSessThreshold: "1.1"
3838
```
3939
40-
> For Rebalance configuration, please refer to the document: [Rebalance reference](../api-reference.md#rebalancestrategy).
40+
> For Rebalance configuration, please refer to the document: [Rebalance reference](../reference/v2beta1-reference.md#rebalancestrategy).
4141
4242
## Test Load Rebalancing
4343
@@ -97,7 +97,7 @@ $ kubectl get rebalances rebalance-sample -o json | jq '.status.rebalanceStates'
9797
"connection_eviction_rate": 10
9898
}
9999
```
100-
> For a detailed description of the rebalanceStates field, please refer to the document: [rebalanceStates reference](../api-reference.md#rebalancestate).
100+
> For a detailed description of the rebalanceStates field, please refer to the document: [rebalanceStates reference](../reference/v2beta1-reference.md#rebalancestate).
101101
102102
Wait for the Rebalance task to complete:
103103

ja_JP/deploy/kubernetes/operator/tasks/configure-emqx-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Access the EMQX cluster through the Service of LoadBalancer type.
88

99
The following is the relevant configuration of EMQX Custom Resource. You can choose the corresponding APIVersion according to the version of EMQX you want to deploy. For the specific compatibility relationship, please refer to [EMQX Operator Compatibility](../operator.md):
1010

11-
Operator supports configuring EMQX cluster Dashboard Service through `.spec.dashboardServiceTemplate`, and configuring EMQX cluster listener Service through `.spec.listenersServiceTemplate`, its documentation can refer to [Service](../api-reference.md#emqxspec).
11+
Operator supports configuring EMQX cluster Dashboard Service through `.spec.dashboardServiceTemplate`, and configuring EMQX cluster listener Service through `.spec.listenersServiceTemplate`, its documentation can refer to [Service](../reference/v2beta1-reference.md#emqxspec).
1212

1313
+ Save the following content as a YAML file and deploy it via the `kubectl apply` command
1414

zh_CN/deploy/kubernetes/operator/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
$ kubectl apply -f emqx.yaml
8181
```
8282

83-
关于 EMQX 自定义资源的更多信息,请查看 [API 参考](./api-reference.md)
83+
关于 EMQX 自定义资源的更多信息,请查看 [API 参考](./reference/v2beta1-reference.md)
8484

8585
2. 检查 EMQX 集群状态,请确保 STATUS 为 Running,这可能需要一些时间等待 EMQX 集群准备就绪。
8686

@@ -111,7 +111,7 @@
111111
$ kubectl apply -f emqx.yaml
112112
```
113113

114-
关于 EMQX 自定义资源的更多信息,请查看 [API 参考](./api-reference.md)
114+
关于 EMQX 自定义资源的更多信息,请查看 [API 参考](./reference/v2beta1-reference.md)
115115

116116
2. 检查 EMQX 集群状态,请确保 STATUS 为 Running,这可能需要一些时间等待 EMQX 集群准备就绪。
117117

zh_CN/deploy/kubernetes/operator/tasks/configure-emqx-core-replicant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ EMQX 集群中至少要有一个 Core 节点,出于高可用的目的,EMQX O
2323

2424
## 部署 EMQX 集群
2525

26-
`apps.emqx.io/v2beta1 EMQX` 支持通过 `.spec.coreTemplate` 字段来配置 EMQX 集群 Core 节点,使用 `.spec.replicantTemplate` 字段来配置 EMQX 集群 Replicant 节点,更多信息请查看:[API 参考](../api-reference.md#emqxspec)
26+
`apps.emqx.io/v2beta1 EMQX` 支持通过 `.spec.coreTemplate` 字段来配置 EMQX 集群 Core 节点,使用 `.spec.replicantTemplate` 字段来配置 EMQX 集群 Replicant 节点,更多信息请查看:[API 参考](../reference/v2beta1-reference.md#emqxspec)
2727

2828
+ 将下面的内容保存成 YAML 文件,并通过 `kubectl apply` 命令部署它
2929

zh_CN/deploy/kubernetes/operator/tasks/configure-emqx-rebalance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
relSessThreshold: "1.1"
3939
```
4040
41-
> 关于 Rebalance 配置可以参考文档:[Rebalance reference](../api-reference.md#rebalancestrategy)。
41+
> 关于 Rebalance 配置可以参考文档:[Rebalance reference](../reference/v2beta1-reference.md#rebalancestrategy)。
4242
4343
## 测试集群负载重平衡
4444
@@ -99,7 +99,7 @@ $ kubectl get rebalances rebalance-sample -o json | jq '.status.rebalanceStates'
9999
}
100100
```
101101

102-
> 关于 rebalanceStates 字段的详细描述可以参考文档:[rebalanceStates reference](../api-reference.md#rebalancestate)
102+
> 关于 rebalanceStates 字段的详细描述可以参考文档:[rebalanceStates reference](../reference/v2beta1-reference.md#rebalancestate)
103103
104104
等待 Rebalance 任务完成:
105105

zh_CN/deploy/kubernetes/operator/tasks/configure-emqx-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
下面是 EMQX Custom Resource 的相关配置,你可以根据希望部署的 EMQX 的版本来选择对应的 APIVersion,具体的兼容性关系,请参考 [EMQX Operator 兼容性](../operator.md):
1010

11-
`apps.emqx.io/v2beta1 EMQX` 支持通过 `.spec.dashboardServiceTemplate` 配置 EMQX 集群 Dashboard Service ,通过 `.spec.listenersServiceTemplate` 配置 EMQX 集群 listener Service,其文档可以参考:[Service](../api-reference.md#emqxspec)
11+
`apps.emqx.io/v2beta1 EMQX` 支持通过 `.spec.dashboardServiceTemplate` 配置 EMQX 集群 Dashboard Service ,通过 `.spec.listenersServiceTemplate` 配置 EMQX 集群 listener Service,其文档可以参考:[Service](../reference/v2beta1-reference.md#emqxspec)
1212

1313
+ 将下面的内容保存成 YAML 文件,并通过 `kubectl apply` 命令部署它
1414

0 commit comments

Comments
 (0)