Skip to content

Commit

Permalink
Update tiup-playground.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored and ti-chi-bot committed Mar 28, 2024
1 parent 5ffe211 commit 80af011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiup/tiup-playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ tiup playground scale-in --pid 86526
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:
```shell
./tiup-playground v8.0.0 --pd.mode ms --pd.api 3 --pd.tso 2 --pd.scheduling 3
tiup playground v8.0.0 --pd.mode ms --pd.api 3 --pd.tso 2 --pd.scheduling 3
```
- `--pd.mode`: setting it to `ms` means enabling the microservice mode for PD.
Expand Down

0 comments on commit 80af011

Please sign in to comment.