Change PodMatchNodeSelector to MatchNodeSelector
parent
ef7b80d75d
commit
da033f63af
|
@ -32,7 +32,7 @@ The following *predicates* implement filtering:
|
||||||
- `PodFitsResources`: Checks if the Node has free resources (eg, CPU and Memory)
|
- `PodFitsResources`: Checks if the Node has free resources (eg, CPU and Memory)
|
||||||
to meet the requirement of the Pod.
|
to meet the requirement of the Pod.
|
||||||
|
|
||||||
- `PodMatchNodeSelector`: Checks if a Pod's Node {{< glossary_tooltip term_id="selector" >}}
|
- `MatchNodeSelector`: Checks if a Pod's Node {{< glossary_tooltip term_id="selector" >}}
|
||||||
matches the Node's {{< glossary_tooltip text="label(s)" term_id="label" >}}.
|
matches the Node's {{< glossary_tooltip text="label(s)" term_id="label" >}}.
|
||||||
|
|
||||||
- `NoVolumeZoneConflict`: Evaluate if the {{< glossary_tooltip text="Volumes" term_id="volume" >}}
|
- `NoVolumeZoneConflict`: Evaluate if the {{< glossary_tooltip text="Volumes" term_id="volume" >}}
|
||||||
|
|
Loading…
Reference in New Issue