We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd24fd commit 33dcba8Copy full SHA for 33dcba8
content/en/docs/concepts/scheduling-eviction/kube-scheduler.md
@@ -62,7 +62,7 @@ kube-scheduler selects a node for the pod in a 2-step operation:
62
63
The _filtering_ step finds the set of Nodes where it's feasible to
64
schedule the Pod. For example, the PodFitsResources filter checks whether a
65
-candidate Node has enough available resource to meet a Pod's specific
+candidate Node has enough available resources to meet a Pod's specific
66
resource requests. After this step, the node list contains any suitable
67
Nodes; often, there will be more than one. If the list is empty, that
68
Pod isn't (yet) schedulable.
0 commit comments