Merge pull request #3687 from kubernetes/chenopis-2858-patch

Patch for PR #2858
This commit is contained in:
Andrew Chen
2017-05-08 22:03:12 -07:00
committed by GitHub
@@ -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:
```