Skip to content

Commit c2dcdb7

Browse files
dveedenOreoxmt
authored andcommitted
Apply suggestions from code review
Co-authored-by: Aolin <[email protected]>
1 parent af70b30 commit c2dcdb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

en/enable-tls-between-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@ This section describes how to issue certificates using two methods: `cfssl` and
11681168
11691169
- TiProxy
11701170
1171-
``` yaml
1171+
```yaml
11721172
apiVersion: cert-manager.io/v1
11731173
kind: Certificate
11741174
metadata:

zh/enable-tls-between-components.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ summary: 在 Kubernetes 上如何为 TiDB 集群组件间开启 TLS。
11591159
11601160
- TiProxy 组件的 Server 端证书。
11611161
1162-
``` yaml
1162+
```yaml
11631163
apiVersion: cert-manager.io/v1
11641164
kind: Certificate
11651165
metadata:
@@ -1215,9 +1215,9 @@ summary: 在 Kubernetes 上如何为 TiDB 集群组件间开启 TLS。
12151215
- `127.0.0.1`
12161216
- `::1`
12171217
- `issuerRef` 请填写上面创建的 Issuer;
1218-
- 其他属性请参阅 cert-manager APIhttps://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec
1218+
- 其他属性请参考 [cert-manager API](https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.CertificateSpec)
12191219
1220-
创建该对象后`cert-manager` 会生成名为 `${cluster_name}-tiproxy-cluster-secret` 的 Secret,供 TiProxy 组件使用。
1220+
创建这个对象以后`cert-manager` 会生成一个名字为 `${cluster_name}-tiproxy-cluster-secret` 的 Secret 对象供 TiDB 集群的 TiProxy 组件使用。
12211221
12221222
- TiFlash 组件的 Server 端证书。
12231223

0 commit comments

Comments
 (0)