From 9fa54f97aedb6753c8ad47989495d816a7d4e86a Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Thu, 28 Mar 2024 14:03:48 +0800 Subject: [PATCH] tiup: Update tiup-playground.md (#16876) (#16877) --- tiup/tiup-playground.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiup/tiup-playground.md b/tiup/tiup-playground.md index dc3e6210f74cd..1ed7447efdd9e 100644 --- a/tiup/tiup-playground.md +++ b/tiup/tiup-playground.md @@ -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.