Skip to content

Commit 6d72006

Browse files
authored
Merge pull request #24942 from timyinshi/scheduler
modify the chinese url
2 parents 77f6a5c + b97e1b4 commit 6d72006

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ of the scheduler:
138138
<!--
139139
1. [Scheduling Policies](/docs/reference/scheduling/policies) allow you to
140140
configure _Predicates_ for filtering and _Priorities_ for scoring.
141-
1. [Scheduling Profiles](/docs/reference/scheduling/profiles) allow you to
141+
1. [Scheduling Profiles](/docs/reference/scheduling/config/#profiles) allow you to
142142
configure Plugins that implement different scheduling stages, including:
143143
`QueueSort`, `Filter`, `Score`, `Bind`, `Reserve`, `Permit`, and others. You
144144
can also configure the kube-scheduler to run different profiles.
145145
-->
146-
1. [调度策略](/docs/reference/scheduling/policies) 允许你配置过滤的 _谓词(Predicates)_ 和打分的 _优先级(Priorities)_
147-
2. [调度配置](/docs/reference/scheduling/profiles) 允许你配置实现不同调度阶段的插件,包括:`QueueSort`, `Filter`, `Score`, `Bind`, `Reserve`, `Permit` 等等。你也可以配置 kube-scheduler 运行不同的配置文件。
146+
1. [调度策略](/zh/docs/reference/scheduling/policies) 允许你配置过滤的 _谓词(Predicates)_ 和打分的 _优先级(Priorities)_
147+
2. [调度配置](/zh/docs/reference/scheduling/config/#profiles) 允许你配置实现不同调度阶段的插件,包括:`QueueSort`, `Filter`, `Score`, `Bind`, `Reserve`, `Permit` 等等。你也可以配置 kube-scheduler 运行不同的配置文件。
148148

149149

150150
## {{% heading "whatsnext" %}}
@@ -156,13 +156,13 @@ of the scheduler:
156156
* Read the [reference documentation](/docs/reference/command-line-tools-reference/kube-scheduler/) for kube-scheduler
157157
* Learn about [configuring multiple schedulers](/docs/tasks/administer-cluster/configure-multiple-schedulers/)
158158
* Learn about [topology management policies](/docs/tasks/administer-cluster/topology-manager/)
159-
* Learn about [Pod Overhead](/docs/concepts/configuration/pod-overhead/)
159+
* Learn about [Pod Overhead](/docs/concepts/scheduling-eviction/pod-overhead/)
160160
-->
161161

162162
* 阅读关于 [调度器性能调优](/zh/docs/concepts/scheduling-eviction/scheduler-perf-tuning/)
163163
* 阅读关于 [Pod 拓扑分布约束](/zh/docs/concepts/workloads/pods/pod-topology-spread-constraints/)
164164
* 阅读关于 kube-scheduler 的 [参考文档](/zh/docs/reference/command-line-tools-reference/kube-scheduler/)
165165
* 了解关于 [配置多个调度器](/zh/docs/tasks/administer-cluster/configure-multiple-schedulers/) 的方式
166166
* 了解关于 [拓扑结构管理策略](/zh/docs/tasks/administer-cluster/topology-manager/)
167-
* 了解关于 [Pod 额外开销](/zh/docs/concepts/configuration/pod-overhead/)
167+
* 了解关于 [Pod 额外开销](/zh/docs/concepts/scheduling-eviction/pod-overhead/)
168168

0 commit comments

Comments
 (0)