We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2bc27 commit af70b30Copy full SHA for af70b30
zh/enable-tls-between-components.md
@@ -1195,11 +1195,11 @@ summary: 在 Kubernetes 上如何为 TiDB 集群组件间开启 TLS。
1195
group: cert-manager.io
1196
```
1197
1198
- `${cluster_name}` 为集群名称。按如下方式配置:
+ 其中 `${cluster_name}` 为集群的名字:
1199
1200
- - 将 `spec.secretName` 设置为 `${cluster_name}-tiproxy-cluster-secret`。
1201
- - 在 `usages` 中添加 `server auth` 和 `client auth`。
1202
- - 在 `dnsNames` 中添加以下 DNS,你也可以根据需要添加其它 DNS:
+ - `spec.secretName` 请设置为 `${cluster_name}-tiproxy-cluster-secret`;
+ - `usages` 请添加上 `server auth` 和 `client auth`;
+ - `dnsNames` 需要填写这些 DNS,根据需要可以填写其他 DNS:
1203
1204
- `${cluster_name}-tiproxy`
1205
- `${cluster_name}-tiproxy.${namespace}`
0 commit comments