Add reference to the created scheduler configuration CM

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Chiranga Alwis
2021-10-18 10:21:13 +05:30
committed by GitHub
parent b06baf8f80
commit 10846473ac
@@ -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 `<lock-object-namespace>`