diff options
| author | Jesse Kinkead <jesse.kinkead@gmail.com> | 2017-04-21 14:43:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-21 14:43:52 -0700 |
| commit | 8e75788ed9ce97f5bdc3a93ea761cb1a3587a091 (patch) | |
| tree | ebead31df6a3c148c1218003513d88e9754b2885 | |
| parent | f077a8ff1a259d1e6383b44693a42da8399ccaa3 (diff) | |
Fix scheduler docs link.
| -rw-r--r-- | contributors/design-proposals/scheduler_extender.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/scheduler_extender.md b/contributors/design-proposals/scheduler_extender.md index 1f362242..077f4a63 100644 --- a/contributors/design-proposals/scheduler_extender.md +++ b/contributors/design-proposals/scheduler_extender.md @@ -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 |
