Skip to content

Commit 2a515ab

Browse files
authored
Merge pull request #26742 from gaoguangze111/Update-translation-in-page-of-scheduler-instruction
Update a word translation in page of scheduler introduction
2 parents eb5a204 + 45fa093 commit 2a515ab

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

content/zh/docs/concepts/scheduling-eviction/kube-scheduler.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,28 +148,28 @@ one of these at random.
148148
最后,kube-scheduler 会将 Pod 调度到得分最高的 Node 上。
149149
如果存在多个得分最高的 Node,kube-scheduler 会从中随机选取一个。
150150

151-
<!--
151+
<!--
152152
There are two supported ways to configure the filtering and scoring behavior
153153
of the scheduler:
154154
-->
155155
支持以下两种方式配置调度器的过滤和打分行为:
156156

157-
<!--
157+
<!--
158158
1. [Scheduling Policies](/docs/reference/scheduling/policies) allow you to
159159
configure _Predicates_ for filtering and _Priorities_ for scoring.
160160
1. [Scheduling Profiles](/docs/reference/scheduling/config/#profiles) allow you to
161161
configure Plugins that implement different scheduling stages, including:
162162
`QueueSort`, `Filter`, `Score`, `Bind`, `Reserve`, `Permit`, and others. You
163163
can also configure the kube-scheduler to run different profiles.
164164
-->
165-
1. [调度策略](/zh/docs/reference/scheduling/policies) 允许你配置过滤的 _谓词(Predicates)_
165+
1. [调度策略](/zh/docs/reference/scheduling/policies) 允许你配置过滤的 _断言(Predicates)_
166166
和打分的 _优先级(Priorities)_
167167
2. [调度配置](/zh/docs/reference/scheduling/config/#profiles) 允许你配置实现不同调度阶段的插件,
168168
包括:`QueueSort`, `Filter`, `Score`, `Bind`, `Reserve`, `Permit` 等等。
169169
你也可以配置 kube-scheduler 运行不同的配置文件。
170170

171171
## {{% heading "whatsnext" %}}
172-
<!--
172+
<!--
173173
* Read about [scheduler performance tuning](/docs/concepts/scheduling-eviction/scheduler-perf-tuning/)
174174
* Read about [Pod topology spread constraints](/docs/concepts/workloads/pods/pod-topology-spread-constraints/)
175175
* Read the [reference documentation](/docs/reference/command-line-tools-reference/kube-scheduler/) for kube-scheduler
@@ -183,4 +183,3 @@ of the scheduler:
183183
* 了解关于 [配置多个调度器](/zh/docs/tasks/extend-kubernetes/configure-multiple-schedulers/) 的方式
184184
* 了解关于 [拓扑结构管理策略](/zh/docs/tasks/administer-cluster/topology-manager/)
185185
* 了解关于 [Pod 额外开销](/zh/docs/concepts/scheduling-eviction/pod-overhead/)
186-

0 commit comments

Comments
 (0)