Patch for PR #2858
This commit is contained in:
@@ -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:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user