Update multiple scheduler with HA guide

This commit is contained in:
chirangaalwis 2021-10-16 14:55:30 +05:30
parent 6ec90297d0
commit 95be4e5e65
1 changed files with 4 additions and 4 deletions

View File

@ -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-namespace>`
* `--lock-object-name=<lock-object-name>`
* `leaderElection.leaderElect` to `true`
* `leaderElection.resourceNamespace` to `<lock-object-namespace>`
* `leaderElection.resourceName` to `<lock-object-name>`
{{< note >}}
The control plane creates the lock objects for you, but the namespace must already exist.