From 6fd95a774760334dca0e5bf131393ac81b9c1b03 Mon Sep 17 00:00:00 2001 From: Allen Zhong Date: Thu, 10 Feb 2022 15:01:31 +0800 Subject: [PATCH] tiup: adjust scale-out notes --- scale-tidb-using-tiup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scale-tidb-using-tiup.md b/scale-tidb-using-tiup.md index 3ba158361534..ab9405649f28 100644 --- a/scale-tidb-using-tiup.md +++ b/scale-tidb-using-tiup.md @@ -33,11 +33,13 @@ TiDB 集群可以在不中断线上服务的情况下进行扩容和缩容。 > **注意:** > +> - 每次扩容时,仅在 scale-out.yml 文件中填写本次扩容操作新增节点的信息即可,该文件在扩容完成后不再需要,可安全删除。 +> > - 默认情况下,可以不填写端口以及目录信息。但在单机多实例场景下,则需要分配不同的端口以及目录,如果有端口或目录冲突,会在部署或扩容时提醒。 > > - 从 TiUP v1.0.0 开始,扩容配置会继承原集群配置的 global 部分。 -在 scale-out.yaml 文件添加扩容拓扑配置: +编写 scale-out.yaml 文件,添加扩容拓扑配置: {{< copyable "shell-regular" >}}