Skip to content

Commit 33dcba8

Browse files
committed
Fix spelling mistake in kube scheduler
1 parent 4dd24fd commit 33dcba8

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
@@ -62,7 +62,7 @@ kube-scheduler selects a node for the pod in a 2-step operation:
6262

6363
The _filtering_ step finds the set of Nodes where it's feasible to
6464
schedule the Pod. For example, the PodFitsResources filter checks whether a
65-
candidate Node has enough available resource to meet a Pod's specific
65+
candidate Node has enough available resources to meet a Pod's specific
6666
resource requests. After this step, the node list contains any suitable
6767
Nodes; often, there will be more than one. If the list is empty, that
6868
Pod isn't (yet) schedulable.

0 commit comments

Comments
 (0)