Commit 50eb1206 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #32787 from ivan4th/fix-typo-in-scheduler-doc

Automatic merge from submit-queue Fix typo in scheduler doc Also add parentheses
parents 0a62dab5 b3cd2138
......@@ -81,7 +81,7 @@ that rank the nodes that weren't filtered out by the predicate check. For exampl
The scheduler is extensible: the cluster administrator can choose which of the pre-defined
scheduling policies to apply, and can add new ones.
### Policies Prediates + Priorities
### Policies (Predicates and Priorities)
The built-in predicates and priorities are
defined in [plugin/pkg/scheduler/algorithm/predicates/predicates.go](http://releases.k8s.io/HEAD/plugin/pkg/scheduler/algorithm/predicates/predicates.go) and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment