diff options
| author | Ivan Shvedunov <ishvedunov@mirantis.com> | 2016-09-15 16:23:40 +0300 |
|---|---|---|
| committer | Ivan Shvedunov <ishvedunov@mirantis.com> | 2016-09-15 16:23:40 +0300 |
| commit | 6969ef64222b00e3b44ebee6129dd7be2eac9f0e (patch) | |
| tree | 882fea49682d3020974d6060ed0c4730359ae797 | |
| parent | 3727a63edd22eadff51ab145667abcaa9c92b4ba (diff) | |
Fix typo in scheduler doc
| -rwxr-xr-x | scheduler.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduler.md b/scheduler.md index e9e1f29d..5c50340d 100755 --- a/scheduler.md +++ b/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 |
