Skip to content

Commit 9a0f0e2

Browse files
Rearrange words for better meaning
Co-authored-by: Deepak Gupta <[email protected]>
1 parent 1084647 commit 9a0f0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/extend-kubernetes/configure-multiple-schedulers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ An important thing to note here is that the name of the scheduler specified via
8181
should be unique. This is the name that is matched against the value of the optional `spec.schedulerName` on pods, to determine whether
8282
this scheduler is responsible for scheduling a particular pod.
8383

84-
Note also that we created a dedicated service account `my-scheduler` and bind the cluster role
84+
Also, note that we created a dedicated service account `my-scheduler` and bound the cluster role
8585
`system:kube-scheduler` to it so that it can acquire the same privileges as `kube-scheduler`.
8686

8787
Please see the

0 commit comments

Comments
 (0)