File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,8 @@ pd_servers:
133
133
134
134
> ** 注意:**
135
135
>
136
- > 该操作仅需在扩容 PD 节点时执行,扩容 TiDB 或 TiKV 节点时无需执行。
136
+ > - 刷新集群配置仅适用于扩容 PD 节点,扩容 TiDB 或 TiKV 节点时无需执行此操作。
137
+ > - 如果你使用的是 TiUP v1.15.0 或之后版本,请跳过该操作,因为 TiUP 会完成相应操作;如果你使用的是 TiUP v1.15.0 之前的版本,则需执行以下步骤。
137
138
138
139
1 . 更新集群配置:
139
140
@@ -143,10 +144,6 @@ pd_servers:
143
144
144
145
2. 更新 Prometheus 配置并重启:
145
146
146
- > ** 注意:**
147
- >
148
- > 如果你使用的是 TiUP v1.15.0 及之后版本,请跳过此步骤;如果你使用的 TiUP 版本早于 v1.15.0,则需要执行以下命令来更新 Prometheus 配置并重启。
149
-
150
147
` ` ` shell
151
148
tiup cluster reload < cluster-name> -R prometheus
152
149
` ` `
@@ -351,7 +348,8 @@ tiup cluster scale-in <cluster-name> --node 10.0.1.5:20160
351
348
352
349
> ** 注意:**
353
350
>
354
- > 该操作仅需在缩容 PD 节点时执行,缩容 TiDB 或 TiKV 节点时无需执行。
351
+ > - 刷新集群配置仅适用于缩容 PD 节点,缩容 TiDB 或 TiKV 节点时无需执行此操作。
352
+ > - 如果你使用的是 TiUP v1.15.0 或之后版本,请跳过该操作,因为 TiUP 会完成相应操作;如果你使用的是 TiUP v1.15.0 之前的版本,则需执行以下步骤。
355
353
356
354
1 . 更新集群配置:
357
355
@@ -361,10 +359,6 @@ tiup cluster scale-in <cluster-name> --node 10.0.1.5:20160
361
359
362
360
2. 更新 Prometheus 配置并重启:
363
361
364
- > ** 注意:**
365
- >
366
- > 如果你使用的是 TiUP v1.15.0 及之后版本,请跳过此步骤;如果你使用的 TiUP 版本早于 v1.15.0,则需要执行以下命令来更新 Prometheus 配置并重启。
367
-
368
362
` ` ` shell
369
363
tiup cluster reload < cluster-name> -R prometheus
370
364
` ` `
You can’t perform that action at this time.
0 commit comments