Files
twilight0620 cb4183dfb0 [zh] Resynchronize Chinese content about policies (#32272)
* [zh] chinese content is different from english content about policies.

* [zh] review comment modify

* [zh] review comment modify
2022-03-22 19:55:59 -07:00

2.0 KiB

title, content_type, sitemap
title content_type sitemap
调度策略 concept
priority
0.2

在 Kubernetes v1.23 版本之前,可以使用调度策略来指定 predicatespriorities 进程。 例如,可以通过运行 kube-scheduler --policy-config-file <filename> 或者 kube-scheduler --policy-configmap <ConfigMap> 设置调度策略。

但是从 Kubernetes v1.23 版本开始,不再支持这种调度策略。 同样地也不支持相关的 policy-config-filepolicy-configmappolicy-configmap-namespace 以及 use-legacy-policy-config 标志。 你可以通过使用 调度配置来实现类似的行为。

{{% heading "whatsnext" %}}