Skip to content

Commit

Permalink
Fix spelling mistake in kube scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis974 committed Feb 16, 2024
1 parent 4dd24fd commit 33dcba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ kube-scheduler selects a node for the pod in a 2-step operation:

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

0 comments on commit 33dcba8

Please sign in to comment.