From b3cd21384bd74cb0ced073b72a533f06090dd2f6 Mon Sep 17 00:00:00 2001 From: Ivan Shvedunov Date: Thu, 15 Sep 2016 16:23:40 +0300 Subject: [PATCH] Fix typo in scheduler doc --- docs/devel/scheduler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devel/scheduler.md b/docs/devel/scheduler.md index e9e1f29d068..5c50340db1f 100755 --- a/docs/devel/scheduler.md +++ b/docs/devel/scheduler.md @@ -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