summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangxiaoyu-zidif <zhang.xiaoyu33@zte.com.cn>2017-07-09 13:27:55 +0800
committerzhangxiaoyu-zidif <zhang.xiaoyu33@zte.com.cn>2017-07-09 13:27:55 +0800
commit89196328f077fdebeaca40acdecef9685dba3728 (patch)
tree0ecfc48913c6ac45e7c9e29a186a2db79ec3b538
parent21664808621e542deba46c4205cf359fce379b29 (diff)
fix-review
-rw-r--r--contributors/design-proposals/multiple-schedulers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/multiple-schedulers.md b/contributors/design-proposals/multiple-schedulers.md
index 4f675b10..1ea1b45c 100644
--- a/contributors/design-proposals/multiple-schedulers.md
+++ b/contributors/design-proposals/multiple-schedulers.md
@@ -28,7 +28,7 @@ Before going to the details of this proposal, below lists a number of the method
- Write your own scheduler and run it along with Kubernetes native scheduler. This is going to be detailed in this proposal
- Use the callout approach such as the one implemented in [#13580](https://github.com/kubernetes/kubernetes/issues/13580)
- Recompile the scheduler with a new policy
-- Restart the scheduler with a new [scheduler policy config file](../../examples/scheduler-policy-config.json)
+- Restart the scheduler with a new [scheduler policy config file](https://git.k8s.io/examples/staging/scheduler-policy-config.json)
- Or maybe in future dynamically link a new policy into the running scheduler
## Challenges in multiple schedulers