Fix scheduler docs link.

This commit is contained in:
Jesse Kinkead 2017-04-21 14:43:52 -07:00 committed by GitHub
parent f077a8ff1a
commit 8e75788ed9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
There are three ways to add new scheduling rules (predicates and priority
functions) to Kubernetes: (1) by adding these rules to the scheduler and
recompiling (described here:
https://github.com/kubernetes/kubernetes/blob/master/docs/devel/scheduler.md),
https://github.com/kubernetes/community/blob/master/contributors/devel/scheduler.md),
(2) implementing your own scheduler process that runs instead of, or alongside
of, the standard Kubernetes scheduler, (3) implementing a "scheduler extender"
process that the standard Kubernetes scheduler calls out to as a final pass when