File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
content/en/docs/tasks/extend-kubernetes Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -121,11 +121,7 @@ pod in this list.
121
121
122
122
To run multiple-scheduler with leader election enabled, you must do the following:
123
123
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:
129
125
130
126
* ` leaderElection.leaderElect ` to ` true `
131
127
* ` leaderElection.resourceNamespace ` to ` <lock-object-namespace> `
You can’t perform that action at this time.
0 commit comments