From 08d49237c9002475bea5185492f5c2d04e067aaf Mon Sep 17 00:00:00 2001 From: William Zhang Date: Wed, 3 Jul 2019 21:54:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=B0=20fix=20the=20scheduling=20framewo?= =?UTF-8?q?rk=20figure=20link=20(#15155)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: William Zhang --- content/en/docs/concepts/configuration/scheduling-framework.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/configuration/scheduling-framework.md b/content/en/docs/concepts/configuration/scheduling-framework.md index 661451357d..ca179c6cdf 100644 --- a/content/en/docs/concepts/configuration/scheduling-framework.md +++ b/content/en/docs/concepts/configuration/scheduling-framework.md @@ -238,7 +238,7 @@ decode and process the configuration. The following example shows a scheduler configuration that enables some plugins at `reserve` and `preBind` extension points and disables a plugin. It -also provides a configuration to plugin `foo`. +also provides a configuration to plugin `foo`. ```yaml apiVersion: kubescheduler.config.k8s.io/v1alpha1