From 65ab8585716da4540fb465af31064b281e7335d2 Mon Sep 17 00:00:00 2001 From: ireneontheway Date: Wed, 9 Sep 2020 16:23:51 +0800 Subject: [PATCH 1/3] en: add a notice about topology example for scale-out --- en/maintain-dm-using-tiup.md | 1 + 1 file changed, 1 insertion(+) diff --git a/en/maintain-dm-using-tiup.md b/en/maintain-dm-using-tiup.md index 8b9d66108..e26813322 100644 --- a/en/maintain-dm-using-tiup.md +++ b/en/maintain-dm-using-tiup.md @@ -144,6 +144,7 @@ For example, to scale out a DM-worker node in the `prod-cluster` cluster, take t > **Note:** > > You need to create a topology file, which includes only the description of the new nodes, not the existing nodes. + > > For more configuration items (such as the deployment directory), refer to [TiUP configuration parameter examples](https://github.com/pingcap/tiup/blob/master/examples/dm/topology.example.yaml). ```yaml --- From fbc649b373b8f4acaa008669de655bc9b912eb42 Mon Sep 17 00:00:00 2001 From: ireneontheway Date: Wed, 9 Sep 2020 16:26:06 +0800 Subject: [PATCH 2/3] Update maintain-dm-using-tiup.md --- en/maintain-dm-using-tiup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/maintain-dm-using-tiup.md b/en/maintain-dm-using-tiup.md index e26813322..cd69a820d 100644 --- a/en/maintain-dm-using-tiup.md +++ b/en/maintain-dm-using-tiup.md @@ -144,7 +144,7 @@ For example, to scale out a DM-worker node in the `prod-cluster` cluster, take t > **Note:** > > You need to create a topology file, which includes only the description of the new nodes, not the existing nodes. - > > For more configuration items (such as the deployment directory), refer to [TiUP configuration parameter examples](https://github.com/pingcap/tiup/blob/master/examples/dm/topology.example.yaml). + > For more configuration items (such as the deployment directory), refer to [TiUP configuration parameter examples](https://github.com/pingcap/tiup/blob/master/examples/dm/topology.example.yaml). ```yaml --- From 0abcffff6fd508bddf2c0b3f5115d1b5d257ab33 Mon Sep 17 00:00:00 2001 From: Keke Yi <40977455+yikeke@users.noreply.github.com> Date: Wed, 9 Sep 2020 17:24:39 +0800 Subject: [PATCH 3/3] Update en/maintain-dm-using-tiup.md --- en/maintain-dm-using-tiup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/maintain-dm-using-tiup.md b/en/maintain-dm-using-tiup.md index cd69a820d..d57296261 100644 --- a/en/maintain-dm-using-tiup.md +++ b/en/maintain-dm-using-tiup.md @@ -144,7 +144,7 @@ For example, to scale out a DM-worker node in the `prod-cluster` cluster, take t > **Note:** > > You need to create a topology file, which includes only the description of the new nodes, not the existing nodes. - > For more configuration items (such as the deployment directory), refer to [TiUP configuration parameter examples](https://github.com/pingcap/tiup/blob/master/examples/dm/topology.example.yaml). + > For more configuration items (such as the deployment directory), refer to this [TiUP configuration parameter example](https://github.com/pingcap/tiup/blob/master/examples/dm/topology.example.yaml). ```yaml ---