From 10846473acd1c8e38572730184dc051cf9467f0b Mon Sep 17 00:00:00 2001 From: Chiranga Alwis Date: Mon, 18 Oct 2021 10:21:13 +0530 Subject: [PATCH] Add reference to the created scheduler configuration CM Co-authored-by: Tim Bannister --- .../extend-kubernetes/configure-multiple-schedulers.md | 6 +++++- 1 file changed, 5 insertions(+), 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 721722041a..98c4aeb984 100644 --- a/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md +++ b/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md @@ -119,7 +119,11 @@ pod in this list. To run multiple-scheduler with leader election enabled, you must do the following: -First, update the following fields in the Scheduler Configuration of your YAML file: +First, update the scheduler configuration (earlier you applied a +`my-scheduler.yaml` file that included a ConfigMap named `my-scheduler-config`; the +scheduler configuration is in YAML format, within the `data` field of that ConfigMap). + +The fields to change in the inner KubeSchedulerConfiguration are: * `leaderElection.leaderElect` to `true` * `leaderElection.resourceNamespace` to ``