From 4773f67df03d88df9b07291722eb975a6c6bca9c Mon Sep 17 00:00:00 2001 From: wyuchen007 <56300360+wyuchen007@users.noreply.github.com> Date: Fri, 10 Apr 2020 17:35:23 +0800 Subject: [PATCH] how-to/scale: fix typo and add TOC link (#2704) * fix statement * add link to TOC Co-authored-by: yikeke --- TOC.md | 1 + how-to/scale/with-tiup.md | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/TOC.md b/TOC.md index 60d441ed2b8e..656cccd22db1 100644 --- a/TOC.md +++ b/TOC.md @@ -65,6 +65,7 @@ - [定位慢查询](/how-to/maintain/identify-abnormal-queries/identify-slow-queries.md) - [定位消耗系统资源多的查询](/how-to/maintain/identify-abnormal-queries/identify-expensive-queries.md) + 扩容缩容 + - [使用 TiUP 扩容缩容](/how-to/scale/with-tiup.md) - [使用 Ansible 扩容缩容](/how-to/scale/with-ansible.md) + 升级 - [使用 TiUP 升级(推荐)](/how-to/upgrade/using-tiup.md) diff --git a/how-to/scale/with-tiup.md b/how-to/scale/with-tiup.md index cd6933e471be..d7f4da57d54d 100644 --- a/how-to/scale/with-tiup.md +++ b/how-to/scale/with-tiup.md @@ -75,7 +75,7 @@ tidb_servers: tiup cluster scale-out scale-out.yaml ``` -预期输出 Scaled cluster `` in successfully 信息,表示扩容操作成功。 +预期输出 Scaled cluster `` out successfully 信息,表示扩容操作成功。 ### 1.3 检查集群状态 @@ -182,7 +182,7 @@ tiup cluster scale-in --node 10.0.1.5:20160 其中 `--node` 参数为需要下线节点的 ID。 -预期输出 Scaled cluster `` in successfully 信息,表示扩容操作成功。 +预期输出 Scaled cluster `` in successfully 信息,表示缩容操作成功。 ### 3.3 检查集群状态 @@ -206,7 +206,7 @@ tiup cluster display | 10.0.1.1 | TiKV  | | 10.0.1.2 | TiKV  | -打开浏览器访问监控平台 ,监控整个集群和新增节点的状态。 +打开浏览器访问监控平台 ,监控整个集群的状态。 ## 4. 缩容 TiFlash 节点