From 95be4e5e657787fea30a8059f97110ab693631d3 Mon Sep 17 00:00:00 2001 From: chirangaalwis Date: Sat, 16 Oct 2021 14:55:30 +0530 Subject: [PATCH] Update multiple scheduler with HA guide --- .../extend-kubernetes/configure-multiple-schedulers.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 468f4b5b1b..5069053283 100644 --- a/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md +++ b/content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md @@ -119,11 +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 your YAML file: +First, update the following fields in the Scheduler Configuration of your YAML file: -* `--leader-elect=true` -* `--lock-object-namespace=` -* `--lock-object-name=` +* `leaderElection.leaderElect` to `true` +* `leaderElection.resourceNamespace` to `` +* `leaderElection.resourceName` to `` {{< note >}} The control plane creates the lock objects for you, but the namespace must already exist.