Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en/component-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
mode: "ms"
```

Currently, PD supports the `tso` and `scheduling` microservices. You can configure them using the `TSOGroup` and `SchedulerGroup` CRs.
Currently, PD supports the `tso` and `scheduling` microservices. You can configure them using the `TSOGroup` and `SchedulingGroup` CRs.

```yaml
apiVersion: core.pingcap.com/v1alpha1
Expand All @@ -113,7 +113,7 @@ spec:
filename = "/pdms/log/tso.log"
---
apiVersion: core.pingcap.com/v1alpha1
kind: SchedulerGroup
kind: SchedulingGroup
metadata:
name: scheduling
spec:
Expand Down
4 changes: 2 additions & 2 deletions zh/component-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
mode: "ms"
```

目前 PD 支持 `tso` 和 `scheduling` 这两个微服务,你可以通过 TSOGroup 和 SchedulerGroup CR 的 `spec.template.spec.config` 来配置 PD 微服务参数。
目前 PD 支持 `tso` 和 `scheduling` 这两个微服务,你可以通过 TSOGroup 和 SchedulingGroup CR 的 `spec.template.spec.config` 来配置 PD 微服务参数。

```yaml
apiVersion: core.pingcap.com/v1alpha1
Expand All @@ -113,7 +113,7 @@ spec:
filename = "/pdms/log/tso.log"
---
apiVersion: core.pingcap.com/v1alpha1
kind: SchedulerGroup
kind: SchedulingGroup
metadata:
name: scheduling
spec:
Expand Down