Skip to content

Commit

Permalink
remove rm
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <[email protected]>
  • Loading branch information
HuSharp committed Feb 22, 2024
1 parent 76c061f commit 05b8f47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pd-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ PD 微服务的运行需要依赖一个 API 服务为其提供元信息存储以

> **注意:**
>
> 当前支持的微服务包括:TSO,Scheduling,Resource Manager
> ./pd-server services 服务参数分别为:tso,scheduling,resource-manager
> 当前支持的微服务包括:TSO,Scheduling。
> ./pd-server services 服务参数分别为:tso,scheduling。
目前支持 [tiup playground 部署方式](./tiup/tiup-playground.md#pd-微服务部署) 以及 [TiDB-operator]()
4 changes: 2 additions & 2 deletions tiup/tiup-playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ tiup playground scale-in --pid 86526
正如 [PD 微服务](/pd-configuration-file.md#微服务部署) 中介绍,我们在 playground 中提供了简易的方式进行部署。

- 需要指定 `--pd.mode``ms`,启动 PD 微服务模式需要指定参数 `--pd.api num`(num>=1)
- 目前支持 TSO, Scheduling, resource manager 三个微服务,可以通过 `--pd.tso num``--pd.scheduling num``--pd.rm num` 来分别指定启动的实例数量。
- 目前支持 TSO, Scheduling 两个微服务,可以通过 `--pd.tso num``--pd.scheduling num` 来分别指定启动的实例数量。

{{< copyable "shell-regular" >}}

```shell
./tiup-playground v7.5.0 --pd.mode ms --pd.api 3 --pd.tso 2 --pd.rm 1 --pd.scheduling 3
./tiup-playground v7.5.0 --pd.mode ms --pd.api 3 --pd.tso 2 --pd.scheduling 3
```

0 comments on commit 05b8f47

Please sign in to comment.