From 4d9a1545e5c185ceb47913e1aed31b0b87f1ba27 Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Wed, 26 Feb 2025 18:10:44 +0800 Subject: [PATCH 1/3] Add temp.md --- temp.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 temp.md diff --git a/temp.md b/temp.md new file mode 100644 index 0000000000000..af27ff4986a7b --- /dev/null +++ b/temp.md @@ -0,0 +1 @@ +This is a test file. \ No newline at end of file From 8e5060c27e9afb1214290107e5f998fd18085cc3 Mon Sep 17 00:00:00 2001 From: Lilian Lee Date: Wed, 26 Feb 2025 18:10:49 +0800 Subject: [PATCH 2/3] Delete temp.md --- temp.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 temp.md diff --git a/temp.md b/temp.md deleted file mode 100644 index af27ff4986a7b..0000000000000 --- a/temp.md +++ /dev/null @@ -1 +0,0 @@ -This is a test file. \ No newline at end of file From 1dddc9d4ef94359220878ca738a09f537cbc7a46 Mon Sep 17 00:00:00 2001 From: lilin90 Date: Wed, 26 Feb 2025 18:23:48 +0800 Subject: [PATCH 3/3] Update scale-tidb-using-tiup.md --- scale-tidb-using-tiup.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/scale-tidb-using-tiup.md b/scale-tidb-using-tiup.md index 26cddc5677b49..fa284f3f0f2e4 100644 --- a/scale-tidb-using-tiup.md +++ b/scale-tidb-using-tiup.md @@ -131,7 +131,8 @@ This section exemplifies how to add a TiDB node to the `10.0.1.5` host. > **Note:** > - > This operation is only required after you add PD nodes. If you only add TiDB or TiKV nodes, this operation is unnecessary. + > - Refreshing cluster configuration is only required after you add PD nodes. If you only add TiDB or TiKV nodes, skip this step. + > - If you are using TiUP v1.15.0 or a later version, skip this step because TiUP does it. If you are using a TiUP version earlier than v1.15.0, perform the following sub-steps. 1. Refresh the cluster configuration: @@ -141,10 +142,6 @@ This section exemplifies how to add a TiDB node to the `10.0.1.5` host. 2. Refresh the Prometheus configuration and restart Prometheus: - > **Note:** - > - > If you are using TiUP v1.15.0 or a later version, skip this step. If you are using a TiUP version earlier than v1.15.0, execute the following command to update the Prometheus configuration and restart Prometheus. - ```shell tiup cluster reload -R prometheus ``` @@ -333,7 +330,8 @@ This section exemplifies how to remove a TiKV node from the `10.0.1.5` host. > **Note:** > - > This operation is only required after you remove PD nodes. If you only remove TiDB or TiKV nodes, this operation is unnecessary. + > - Refreshing cluster configuration is only required after you remove PD nodes. If you only remove TiDB or TiKV nodes, skip this step. + > - If you are using TiUP v1.15.0 or a later version, skip this step because TiUP does it. If you are using a TiUP version earlier than v1.15.0, perform the following sub-steps. 1. Refresh the cluster configuration: @@ -343,10 +341,6 @@ This section exemplifies how to remove a TiKV node from the `10.0.1.5` host. 2. Refresh the Prometheus configuration and restart Prometheus: - > **Note:** - > - > If you are using TiUP v1.15.0 or a later version, skip this step. If you are using a TiUP version earlier than v1.15.0, execute the following command to update the Prometheus configuration and restart Prometheus. - ```shell tiup cluster reload -R prometheus ```