Skip to content

Commit d9ee24b

Browse files
authored
zh,en: rename Scheduler to Scheduling (#3024) (#3025)
1 parent a0d417a commit d9ee24b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

en/component-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
mode: "ms"
9999
```
100100

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

103103
```yaml
104104
apiVersion: core.pingcap.com/v1alpha1
@@ -113,7 +113,7 @@ spec:
113113
filename = "/pdms/log/tso.log"
114114
---
115115
apiVersion: core.pingcap.com/v1alpha1
116-
kind: SchedulerGroup
116+
kind: SchedulingGroup
117117
metadata:
118118
name: scheduling
119119
spec:

zh/component-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ spec:
9898
mode: "ms"
9999
```
100100

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

103103
```yaml
104104
apiVersion: core.pingcap.com/v1alpha1
@@ -113,7 +113,7 @@ spec:
113113
filename = "/pdms/log/tso.log"
114114
---
115115
apiVersion: core.pingcap.com/v1alpha1
116-
kind: SchedulerGroup
116+
kind: SchedulingGroup
117117
metadata:
118118
name: scheduling
119119
spec:

0 commit comments

Comments
 (0)