From c5cb03ab13e4e101875e03a61689cad458ec782f Mon Sep 17 00:00:00 2001 From: Chiranga Alwis Date: Tue, 2 Nov 2021 14:01:35 +0530 Subject: [PATCH] Shorten the description on field updating Co-authored-by: Rey Lejano --- .../extend-kubernetes/configure-multiple-schedulers.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 700ef82480..6fac32e1cf 100644 --- a/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md +++ b/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md @@ -121,11 +121,7 @@ pod in this list. To run multiple-scheduler with leader election enabled, you must do the following: -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: +Update the following fields for the KubeSchedulerConfiguration in the `my-scheduler-config` ConfigMap in your YAML file: * `leaderElection.leaderElect` to `true` * `leaderElection.resourceNamespace` to ``