Scheduling Policies
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.
What's next
- Learn about scheduling
- Learn about kube-scheduler Configuration
- Read the kube-scheduler configuration reference (v1)
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
Last modified November 04, 2022 at 11:37 AM PST: Updates page weights in reference docs section (98f310ab58)