From 7449bb36a0eaa7f2983fa8fae005e00f06496fa8 Mon Sep 17 00:00:00 2001 From: chirangaalwis Date: Tue, 2 Nov 2021 19:56:21 +0530 Subject: [PATCH] Update config refs to KubeSchedulerConfiguration --- .../tasks/extend-kubernetes/configure-multiple-schedulers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md b/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md index 6fac32e1cf..bed250a170 100644 --- a/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md +++ b/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md @@ -71,7 +71,7 @@ config. Save it as `my-scheduler.yaml`: {{< codenew file="admin/sched/my-scheduler.yaml" >}} -In the above manifest, you use a [Scheduler Configuration](/docs/reference/scheduling/config/) +In the above manifest, you use a [KubeSchedulerConfiguration](/docs/reference/scheduling/config/) to customize the behavior of your scheduler implementation. This configuration has been passed to the `kube-scheduler` during initialization with the `--config` option. The `my-scheduler-config` ConfigMap stores the configuration file. The Pod of the`my-scheduler` Deployment mounts the `my-scheduler-config` ConfigMap as a volume.