You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scale-tidb-using-tiup.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,8 @@ This section exemplifies how to add a TiDB node to the `10.0.1.5` host.
130
130
131
131
>**Note:**
132
132
>
133
-
> This operation is only required after you add PD nodes. If you only add TiDB or TiKV nodes, this operation is unnecessary.
133
+
> - Refreshing cluster configuration is only required after you add PD nodes. If you only add TiDB or TiKV nodes, skip this step.
134
+
> - 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.
134
135
135
136
1. Refresh the cluster configuration:
136
137
@@ -140,10 +141,6 @@ This section exemplifies how to add a TiDB node to the `10.0.1.5` host.
140
141
141
142
2. Refresh the Prometheus configuration and restart Prometheus:
142
143
143
-
>**Note:**
144
-
>
145
-
> 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.
146
-
147
144
```shell
148
145
tiup cluster reload <cluster-name> -R prometheus
149
146
```
@@ -332,7 +329,8 @@ This section exemplifies how to remove a TiKV node from the `10.0.1.5` host.
332
329
333
330
> **Note:**
334
331
>
335
-
> This operation is only required after you remove PD nodes. If you only remove TiDB or TiKV nodes, this operation is unnecessary.
332
+
> - Refreshing cluster configuration is only required after you remove PD nodes. If you only remove TiDB or TiKV nodes, skip this step.
333
+
> - 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.
336
334
337
335
1. Refresh the cluster configuration:
338
336
@@ -342,10 +340,6 @@ This section exemplifies how to remove a TiKV node from the `10.0.1.5` host.
342
340
343
341
2. Refresh the Prometheus configuration and restart Prometheus:
344
342
345
-
> **Note:**
346
-
>
347
-
> 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.
0 commit comments