We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1084647 commit 9a0f0e2Copy full SHA for 9a0f0e2
content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md
@@ -81,7 +81,7 @@ An important thing to note here is that the name of the scheduler specified via
81
should be unique. This is the name that is matched against the value of the optional `spec.schedulerName` on pods, to determine whether
82
this scheduler is responsible for scheduling a particular pod.
83
84
-Note also that we created a dedicated service account `my-scheduler` and bind the cluster role
+Also, note that we created a dedicated service account `my-scheduler` and bound the cluster role
85
`system:kube-scheduler` to it so that it can acquire the same privileges as `kube-scheduler`.
86
87
Please see the
0 commit comments