File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
104104apiVersion: core.pingcap.com/v1alpha1
@@ -113,7 +113,7 @@ spec:
113113 filename = "/pdms/log/tso.log"
114114---
115115apiVersion: core.pingcap.com/v1alpha1
116- kind: SchedulerGroup
116+ kind: SchedulingGroup
117117metadata:
118118 name: scheduling
119119spec:
Original file line number Diff line number Diff line change 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
104104apiVersion: core.pingcap.com/v1alpha1
@@ -113,7 +113,7 @@ spec:
113113 filename = "/pdms/log/tso.log"
114114---
115115apiVersion: core.pingcap.com/v1alpha1
116- kind: SchedulerGroup
116+ kind: SchedulingGroup
117117metadata:
118118 name: scheduling
119119spec:
You can’t perform that action at this time.
0 commit comments