Skip to content

Commit 1084647

Browse files
chirangaalwisTim Bannister
andauthored
Add reference to the created scheduler configuration CM
Co-authored-by: Tim Bannister <[email protected]>
1 parent b06baf8 commit 1084647

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +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 the Scheduler Configuration of your YAML file:
122+
First, update the scheduler configuration (earlier you applied a
123+
`my-scheduler.yaml` file that included a ConfigMap named `my-scheduler-config`; the
124+
scheduler configuration is in YAML format, within the `data` field of that ConfigMap).
125+
126+
The fields to change in the inner KubeSchedulerConfiguration are:
123127

124128
* `leaderElection.leaderElect` to `true`
125129
* `leaderElection.resourceNamespace` to `<lock-object-namespace>`

0 commit comments

Comments
 (0)