We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06baf8 commit 1084647Copy full SHA for 1084647
content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md
@@ -119,7 +119,11 @@ pod in this list.
119
120
To run multiple-scheduler with leader election enabled, you must do the following:
121
122
-First, update the following fields in the Scheduler Configuration of your YAML file:
+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:
127
128
* `leaderElection.leaderElect` to `true`
129
* `leaderElection.resourceNamespace` to `<lock-object-namespace>`
0 commit comments