We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d725686 commit 96648cfCopy full SHA for 96648cf
docs/tasks/administer-cluster/configure-multiple-schedulers.md
@@ -13,7 +13,7 @@ learn how to run multiple schedulers in Kubernetes with an example.
13
14
A detailed description of how to implement a scheduler is outside the scope of this
15
document. Please refer to the kube-scheduler implementation in
16
-[plugin/pkg/scheduler](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/plugin/pkg/scheduler)
+[pkg/scheduler](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/pkg/scheduler)
17
in the Kubernetes source directory for a canonical example.
18
19
### 1. Package the scheduler
0 commit comments