@@ -138,13 +138,13 @@ of the scheduler:
138
138
<!--
139
139
1. [Scheduling Policies](/docs/reference/scheduling/policies) allow you to
140
140
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
142
142
configure Plugins that implement different scheduling stages, including:
143
143
`QueueSort`, `Filter`, `Score`, `Bind`, `Reserve`, `Permit`, and others. You
144
144
can also configure the kube-scheduler to run different profiles.
145
145
-->
146
146
1 . [ 调度策略] ( /zh/docs/reference/scheduling/policies ) 允许你配置过滤的 _ 谓词(Predicates)_ 和打分的 _ 优先级(Priorities)_ 。
147
- 2 . [ 调度配置] ( /zh/docs/reference/scheduling/profiles ) 允许你配置实现不同调度阶段的插件,包括:` QueueSort ` , ` Filter ` , ` Score ` , ` Bind ` , ` Reserve ` , ` Permit ` 等等。你也可以配置 kube-scheduler 运行不同的配置文件。
147
+ 2 . [ 调度配置] ( /zh/docs/reference/scheduling/config/# profiles ) 允许你配置实现不同调度阶段的插件,包括:` QueueSort ` , ` Filter ` , ` Score ` , ` Bind ` , ` Reserve ` , ` Permit ` 等等。你也可以配置 kube-scheduler 运行不同的配置文件。
148
148
149
149
150
150
## {{% heading "whatsnext" %}}
@@ -156,13 +156,13 @@ of the scheduler:
156
156
* Read the [reference documentation](/docs/reference/command-line-tools-reference/kube-scheduler/) for kube-scheduler
157
157
* Learn about [configuring multiple schedulers](/docs/tasks/administer-cluster/configure-multiple-schedulers/)
158
158
* 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/)
160
160
-->
161
161
162
162
* 阅读关于 [ 调度器性能调优] ( /zh/docs/concepts/scheduling-eviction/scheduler-perf-tuning/ )
163
163
* 阅读关于 [ Pod 拓扑分布约束] ( /zh/docs/concepts/workloads/pods/pod-topology-spread-constraints/ )
164
164
* 阅读关于 kube-scheduler 的 [ 参考文档] ( /zh/docs/reference/command-line-tools-reference/kube-scheduler/ )
165
165
* 了解关于 [ 配置多个调度器] ( /zh/docs/tasks/administer-cluster/configure-multiple-schedulers/ ) 的方式
166
166
* 了解关于 [ 拓扑结构管理策略] ( /zh/docs/tasks/administer-cluster/topology-manager/ )
167
- * 了解关于 [ Pod 额外开销] ( /zh/docs/concepts/configuration /pod-overhead/ )
167
+ * 了解关于 [ Pod 额外开销] ( /zh/docs/concepts/scheduling-eviction /pod-overhead/ )
168
168
0 commit comments