Skip to content

Commit 88a5d0b

Browse files
authored
pdms: remove pd playground (#16919)
1 parent 010f6c2 commit 88a5d0b

File tree

3 files changed

+3
-29
lines changed

3 files changed

+3
-29
lines changed

pd-microservices.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ In addition, when the scheduling module is changed, you can update the `scheduli
4040

4141
## Usage
4242

43-
Currently, PD microservices can be deployed using TiDB Operator or TiUP Playground.
44-
45-
<SimpleTab>
46-
<div label="TiDB Operator">
43+
Currently, PD microservices can be deployed using TiDB Operator.
4744

4845
For detailed information on using TiDB Operator, see the following documents:
4946

@@ -52,16 +49,6 @@ For detailed information on using TiDB Operator, see the following documents:
5249
- [Modify PD microservices](https://docs.pingcap.com/tidb-in-kubernetes/dev/modify-tidb-configuration#modify-pd-microservice-configuration)
5350
- [Scale PD microservice components](https://docs.pingcap.com/tidb-in-kubernetes/dev/scale-a-tidb-cluster#scale-pd-microservice-components)
5451

55-
</div>
56-
<div label="TiUP Playground">
57-
58-
For detailed information on using TiUP Playground, see the following document:
59-
60-
- [Deploy PD microservices](/tiup/tiup-playground.md#deploy-pd-microservices)
61-
62-
</div>
63-
</SimpleTab>
64-
6552
When deploying and using PD microservices, pay attention to the following:
6653

6754
- After you enable microservices and restart PD for a cluster, PD stops allocating TSO for the cluster. Therefore, you need to deploy the `tso` microservice in the cluster when you enable microservices.

releases/release-8.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v8.0/quick-start-with-
7474

7575
Each microservice is deployed as an independent process. If you configure more than one replica for a microservice, the microservice automatically implements a primary-secondary fault-tolerant mode to ensure high availability and reliability of the service.
7676

77-
Currently, PD microservices can only be deployed using TiDB Operator and TiUP playground. It is recommended to consider this mode when PD becomes a significant performance bottleneck that cannot be resolved by scaling up.
77+
Currently, PD microservices can only be deployed using TiDB Operator. It is recommended to consider this mode when PD becomes a significant performance bottleneck that cannot be resolved by scaling up.
7878

7979
For more information, see [documentation](/pd-microservices.md).
8080

tiup/tiup-playground.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -171,17 +171,4 @@ You can specify a `pid` in the `tiup playground scale-in` command to scale in th
171171
172172
```shell
173173
tiup playground scale-in --pid 86526
174-
```
175-
176-
## Deploy PD microservices
177-
178-
Starting from v8.0.0, PD supports the [microservice mode](/pd-microservices.md) (experimental). You can deploy the `tso` microservice and `scheduling` microservice for your cluster using TiUP Playground as follows:
179-
180-
```shell
181-
tiup playground v8.0.0 --pd.mode ms --pd.api 3 --pd.tso 2 --pd.scheduling 3
182-
```
183-
184-
- `--pd.mode`: setting it to `ms` means enabling the microservice mode for PD.
185-
- `--pd.api num`: specifies the number of APIs for PD microservices. It must be at least `1`.
186-
- `--pd.tso num`: specifies the number of instances to be deployed for the `tso` microservice.
187-
- `--pd.scheduling num`: specifies the number of instances to be deployed for the `scheduling` microservice.
174+
```

0 commit comments

Comments
 (0)