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.
2 parents 9f0a206 + da033f6 commit 2cc22d3Copy full SHA for 2cc22d3
content/en/docs/reference/scheduling/policies.md
@@ -32,7 +32,7 @@ The following *predicates* implement filtering:
32
- `PodFitsResources`: Checks if the Node has free resources (eg, CPU and Memory)
33
to meet the requirement of the Pod.
34
35
-- `PodMatchNodeSelector`: Checks if a Pod's Node {{< glossary_tooltip term_id="selector" >}}
+- `MatchNodeSelector`: Checks if a Pod's Node {{< glossary_tooltip term_id="selector" >}}
36
matches the Node's {{< glossary_tooltip text="label(s)" term_id="label" >}}.
37
38
- `NoVolumeZoneConflict`: Evaluate if the {{< glossary_tooltip text="Volumes" term_id="volume" >}}
0 commit comments