Update kube-scheduler.md

fix a small grammatical error
This commit is contained in:
Jason Haugen
2021-08-05 09:18:38 -05:00
committed by GitHub
parent 708cc9a5fe
commit 1b8686e66a
@@ -47,7 +47,7 @@ functions to score the feasible Nodes and picks a Node with the highest
score among the feasible ones to run the Pod. The scheduler then notifies score among the feasible ones to run the Pod. The scheduler then notifies
the API server about this decision in a process called _binding_. the API server about this decision in a process called _binding_.
Factors that need taken into account for scheduling decisions include Factors that need to be taken into account for scheduling decisions include
individual and collective resource requirements, hardware / software / individual and collective resource requirements, hardware / software /
policy constraints, affinity and anti-affinity specifications, data policy constraints, affinity and anti-affinity specifications, data
locality, inter-workload interference, and so on. locality, inter-workload interference, and so on.