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 25fe465 commit ffe2e24Copy full SHA for ffe2e24
keps/sig-scheduling/624-scheduling-framework/README.md
@@ -76,7 +76,7 @@ scheduler have a hard time catching up and integrating new changes. The current
76
Kubernetes scheduler provides [webhooks to extend][] its functionality. However,
77
these are limited in a few ways:
78
79
-[webhooks to extend]: https://github.com/kubernetes/community/blob/master/contributors/design-proposals/scheduling/scheduler_extender.md
+[webhooks to extend]: https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/1819-scheduler-extender/README.md
80
81
1. The number of extension points are limited: "Filter" extenders are called
82
after default predicate functions. "Prioritize" extenders are called after
0 commit comments