From d750f052d41c3fd8c9df3bb36fe73467a4fc8d67 Mon Sep 17 00:00:00 2001 From: xhe Date: Wed, 13 Dec 2023 13:54:30 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ran --- zh/configure-a-tidb-cluster.md | 4 +++- zh/deploy-cluster-on-arm64.md | 2 +- zh/modify-tidb-configuration.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/zh/configure-a-tidb-cluster.md b/zh/configure-a-tidb-cluster.md index 2c762559f..63233c65e 100644 --- a/zh/configure-a-tidb-cluster.md +++ b/zh/configure-a-tidb-cluster.md @@ -253,7 +253,7 @@ spec: #### 部署 TiProxy -部署方法与PD一致,需要修改 `spec.tiproxy` 来手动指定 TiProxy 组件的数量。 +部署方法与 PD 一致。此外,还需要修改 `spec.tiproxy` 来手动指定 TiProxy 组件的数量。 ```yaml tiproxy: @@ -391,6 +391,8 @@ spec: level = "info" ``` +获取所有可以配置的 TiProxy 配置参数,请参考 [TiProxy 配置文档](link)。 + #### 配置 TiFlash 配置参数 你可以通过 TidbCluster CR 的 `spec.tiflash.config` 来配置 TiFlash 配置参数。 diff --git a/zh/deploy-cluster-on-arm64.md b/zh/deploy-cluster-on-arm64.md index b22df0a7b..e2b07b84f 100644 --- a/zh/deploy-cluster-on-arm64.md +++ b/zh/deploy-cluster-on-arm64.md @@ -62,7 +62,7 @@ summary: 本文档介绍如何在 ARM64 机器上部署 TiDB 集群 baseImage: pingcap/tiflash-arm64 # ... tiproxy: - baseImage: pingcap/tiflash + baseImage: pingcap/tiproxy # no need for -arm64 # ... ``` diff --git a/zh/modify-tidb-configuration.md b/zh/modify-tidb-configuration.md index df136a23c..544a35658 100644 --- a/zh/modify-tidb-configuration.md +++ b/zh/modify-tidb-configuration.md @@ -45,4 +45,4 @@ PD 中[支持在线修改的配置项](https://docs.pingcap.com/zh/tidb/stable/d ## 修改 TiProxy 组件配置 -修改 TiProxy 组件的配置永远不会重启 POD 。需要手动杀死 POD,更改 POD 镜像等配置,来手动触发重启。 +修改 TiProxy 组件的配置永远不会重启 Pod。如果你想要重启 Pod,需要手动杀死 Pod,更改 Pod 镜像等配置,来手动触发重启。