Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ran <[email protected]>
  • Loading branch information
xhebox and ran-huang authored Dec 13, 2023
1 parent b7695a5 commit d750f05
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion zh/configure-a-tidb-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ spec:

#### 部署 TiProxy

部署方法与PD一致,需要修改 `spec.tiproxy` 来手动指定 TiProxy 组件的数量。
部署方法与 PD 一致。此外,还需要修改 `spec.tiproxy` 来手动指定 TiProxy 组件的数量。

```yaml
tiproxy:
Expand Down Expand Up @@ -391,6 +391,8 @@ spec:
level = "info"
```

获取所有可以配置的 TiProxy 配置参数,请参考 [TiProxy 配置文档](link)。

#### 配置 TiFlash 配置参数

你可以通过 TidbCluster CR 的 `spec.tiflash.config` 来配置 TiFlash 配置参数。
Expand Down
2 changes: 1 addition & 1 deletion zh/deploy-cluster-on-arm64.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ summary: 本文档介绍如何在 ARM64 机器上部署 TiDB 集群
baseImage: pingcap/tiflash-arm64
# ...
tiproxy:
baseImage: pingcap/tiflash
baseImage: pingcap/tiproxy
# no need for -arm64
# ...
```
Expand Down
2 changes: 1 addition & 1 deletion zh/modify-tidb-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ PD 中[支持在线修改的配置项](https://docs.pingcap.com/zh/tidb/stable/d

## 修改 TiProxy 组件配置

修改 TiProxy 组件的配置永远不会重启 POD 。需要手动杀死 POD,更改 POD 镜像等配置,来手动触发重启。
修改 TiProxy 组件的配置永远不会重启 Pod。如果你想要重启 Pod,需要手动杀死 Pod,更改 Pod 镜像等配置,来手动触发重启。

0 comments on commit d750f05

Please sign in to comment.