From b9140c75004e73ebb2e5f5db9603827624eec913 Mon Sep 17 00:00:00 2001 From: mdshoaib707 Date: Wed, 5 Dec 2018 23:47:30 -0600 Subject: [PATCH] Updated the word from "you" to "your" (#11475) Edited the grammatical mistake from "you" to "your" --- .../tasks/administer-cluster/configure-multiple-schedulers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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