From db9dacafc05d806869fa6e377bd313dcc0a715d9 Mon Sep 17 00:00:00 2001 From: Rong Gao <1543153960@qq.com> Date: Wed, 3 Jul 2019 08:44:32 -0500 Subject: [PATCH] fix broken link in scheduling-framework (#15182) --- .../en/docs/concepts/configuration/scheduling-framework.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/configuration/scheduling-framework.md b/content/en/docs/concepts/configuration/scheduling-framework.md index c83a026b4e..661451357d 100644 --- a/content/en/docs/concepts/configuration/scheduling-framework.md +++ b/content/en/docs/concepts/configuration/scheduling-framework.md @@ -18,7 +18,7 @@ scheduling "core" simple and maintainable. Refer to the [design proposal of the scheduling framework][kep] for more technical information on the design of the framework. -[kep]: (https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20180409-scheduling-framework.md) +[kep]: https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/20180409-scheduling-framework.md {{% /capture %}} @@ -54,7 +54,7 @@ equivalent to "Predicate" and "Scoring" is equivalent to "Priority function". One plugin may register at multiple extension points to perform more complex or stateful tasks. -{{< figure src="/images/docs/scheduling-framework.png" title="scheduling framework extension points" >}} +{{< figure src="/images/docs/scheduling-framework-extensions.png" title="scheduling framework extension points" >}} ### Queue sort @@ -274,7 +274,7 @@ calling default plugins is desired, default plugins must be `disabled` and `enabled` in the desired order. Assuming there is a default plugin called `foo` at `reserve` and we are adding -pluing `bar` that we want to be invoked before `foo`, we should disable `foo` +plugin `bar` that we want to be invoked before `foo`, we should disable `foo` and enable `bar` and `foo` in order. The following example shows the configuration that achieves this: