Skip to content

Commit 2cc22d3

Browse files
authored
Merge pull request #23970 from rgowrishankar/23862-2
Change PodMatchNodeSelector to MatchNodeSelector
2 parents 9f0a206 + da033f6 commit 2cc22d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/scheduling/policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The following *predicates* implement filtering:
3232
- `PodFitsResources`: Checks if the Node has free resources (eg, CPU and Memory)
3333
to meet the requirement of the Pod.
3434

35-
- `PodMatchNodeSelector`: Checks if a Pod's Node {{< glossary_tooltip term_id="selector" >}}
35+
- `MatchNodeSelector`: Checks if a Pod's Node {{< glossary_tooltip term_id="selector" >}}
3636
matches the Node's {{< glossary_tooltip text="label(s)" term_id="label" >}}.
3737

3838
- `NoVolumeZoneConflict`: Evaluate if the {{< glossary_tooltip text="Volumes" term_id="volume" >}}

0 commit comments

Comments
 (0)