Rearrange words for better meaning

Co-authored-by: Deepak Gupta <deepakgdkg1g8868@gmail.com>
This commit is contained in:
Chiranga Alwis 2021-10-18 20:28:17 +05:30 committed by GitHub
parent 10846473ac
commit 9a0f0e25ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ An important thing to note here is that the name of the scheduler specified via
should be unique. This is the name that is matched against the value of the optional `spec.schedulerName` on pods, to determine whether
this scheduler is responsible for scheduling a particular pod.
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
`system:kube-scheduler` to it so that it can acquire the same privileges as `kube-scheduler`.
Please see the