Skip to content

Commit c5cb03a

Browse files
Shorten the description on field updating
Co-authored-by: Rey Lejano <[email protected]>
1 parent 7b6d84e commit c5cb03a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,7 @@ pod in this list.
121121

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

124-
First, update the scheduler configuration (earlier you applied a
125-
`my-scheduler.yaml` file that included a ConfigMap named `my-scheduler-config`; the
126-
scheduler configuration is in YAML format, within the `data` field of that ConfigMap).
127-
128-
The fields to change in the inner KubeSchedulerConfiguration are:
124+
Update the following fields for the KubeSchedulerConfiguration in the `my-scheduler-config` ConfigMap in your YAML file:
129125

130126
* `leaderElection.leaderElect` to `true`
131127
* `leaderElection.resourceNamespace` to `<lock-object-namespace>`

0 commit comments

Comments
 (0)