b8a9baeb89
Scheduling priorities are deprecated, so: - move the page later in the parent topic - hint that it's not a priority in the sitemap for the live docs
1.1 KiB
1.1 KiB
title, content_type, sitemap
| title | content_type | sitemap | ||
|---|---|---|---|---|
| Scheduling Policies | concept |
|
In Kubernetes versions before v1.23, a scheduling policy can be used to specify the predicates and priorities process. For example, you can set a scheduling policy by
running kube-scheduler --policy-config-file <filename> or kube-scheduler --policy-configmap <ConfigMap>.
This scheduling policy is not supported since Kubernetes v1.23. Associated flags policy-config-file, policy-configmap, policy-configmap-namespace and use-legacy-policy-config are also not supported. Instead, use the Scheduler Configuration to achieve similar behavior.
{{% heading "whatsnext" %}}
- Learn about scheduling
- Learn about kube-scheduler Configuration
- Read the kube-scheduler configuration reference (v1beta2)
- Read the kube-scheduler Policy reference (v1)