Patch for PR #2858

This commit is contained in:
Andrew Chen
2017-05-08 21:27:35 -07:00
parent 39b069a16c
commit 828bf0ac26
@@ -96,9 +96,9 @@ To run multiple-scheduler with leader election enabled, you must do the followin
First, update the following fields in your YAML file:
- --leader-elect=true
- --lock-object-namespace=lock-object-namespace
- --lock-object-name=lock-object-name
* `--leader-elect=true`
* `--lock-object-namespace=lock-object-namespace`
* `--lock-object-name=lock-object-name`
If RBAC is enabled on your cluster, you must update the `system:kube-scheduler` cluster role. Add you scheduler name to the resourceNames of the rule applied for endpoints resources, as in the following example:
```