Update kube-scheduler.md (#18133)

Fix typo.
This commit is contained in:
David M. Lentz
2020-01-15 02:15:32 -07:00
committed by Kubernetes Prow Robot
parent 1b269add17
commit a3c0cc68e8
@@ -35,7 +35,7 @@ kube-scheduler is designed so that, if you want and need to, you can
write your own scheduling component and use that instead.
For every newly created pod or other unscheduled pods, kube-scheduler
selects a optimal node for them to run on. However, every container in
selects an optimal node for them to run on. However, every container in
pods has different requirements for resources and every pod also has
different requirements. Therefore, existing nodes need to be filtered
according to the specific scheduling requirements.