Skip to content

Commit 9ebb504

Browse files
authored
Merge pull request #29262 from haugenj/patch-1
fix small grammatical error in kube-scheduler.md
2 parents e2b4e26 + 1b8686e commit 9ebb504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/scheduling-eviction/kube-scheduler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ functions to score the feasible Nodes and picks a Node with the highest
4747
score among the feasible ones to run the Pod. The scheduler then notifies
4848
the API server about this decision in a process called _binding_.
4949

50-
Factors that need taken into account for scheduling decisions include
50+
Factors that need to be taken into account for scheduling decisions include
5151
individual and collective resource requirements, hardware / software /
5252
policy constraints, affinity and anti-affinity specifications, data
5353
locality, inter-workload interference, and so on.

0 commit comments

Comments
 (0)