Skip to content

Commit 95be4e5

Browse files
committed
Update multiple scheduler with HA guide
1 parent 6ec9029 commit 95be4e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ pod in this list.
119119

120120
To run multiple-scheduler with leader election enabled, you must do the following:
121121

122-
First, update the following fields in your YAML file:
122+
First, update the following fields in the Scheduler Configuration of your YAML file:
123123

124-
* `--leader-elect=true`
125-
* `--lock-object-namespace=<lock-object-namespace>`
126-
* `--lock-object-name=<lock-object-name>`
124+
* `leaderElection.leaderElect` to `true`
125+
* `leaderElection.resourceNamespace` to `<lock-object-namespace>`
126+
* `leaderElection.resourceName` to `<lock-object-name>`
127127

128128
{{< note >}}
129129
The control plane creates the lock objects for you, but the namespace must already exist.

0 commit comments

Comments
 (0)