diff --git a/content/en/docs/tasks/administer-cluster/configure-multiple-schedulers.md b/content/en/docs/tasks/administer-cluster/configure-multiple-schedulers.md index b6edeb4bc2..b3a2c5d311 100644 --- a/content/en/docs/tasks/administer-cluster/configure-multiple-schedulers.md +++ b/content/en/docs/tasks/administer-cluster/configure-multiple-schedulers.md @@ -114,7 +114,7 @@ First, update the following fields in your YAML file: * `--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: +If RBAC is enabled on your cluster, you must update the `system:kube-scheduler` cluster role. Add your scheduler name to the resourceNames of the rule applied for endpoints resources, as in the following example: ``` $ kubectl edit clusterrole system:kube-scheduler - apiVersion: rbac.authorization.k8s.io/v1