Skip to content

Commit 41b62a9

Browse files
author
Draven
authored
doc: remove deprecated predicates in scheduler
1 parent a46bdc2 commit 41b62a9

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,6 @@ The following *predicates* implement filtering:
4343
- `MaxCSIVolumeCount`: Decides how many {{< glossary_tooltip text="CSI" term_id="csi" >}}
4444
volumes should be attached, and whether that's over a configured limit.
4545

46-
- `CheckNodeMemoryPressure`: If a Node is reporting memory pressure, and there's no
47-
configured exception, the Pod won't be scheduled there.
48-
49-
- `CheckNodePIDPressure`: If a Node is reporting that process IDs are scarce, and
50-
there's no configured exception, the Pod won't be scheduled there.
51-
52-
- `CheckNodeDiskPressure`: If a Node is reporting storage pressure (a filesystem that
53-
is full or nearly full), and there's no configured exception, the Pod won't be
54-
scheduled there.
55-
56-
- `CheckNodeCondition`: Nodes can report that they have a completely full filesystem,
57-
that networking isn't available or that kubelet is otherwise not ready to run Pods.
58-
If such a condition is set for a Node, and there's no configured exception, the Pod
59-
won't be scheduled there.
60-
6146
- `PodToleratesNodeTaints`: checks if a Pod's {{< glossary_tooltip text="tolerations" term_id="toleration" >}}
6247
can tolerate the Node's {{< glossary_tooltip text="taints" term_id="taint" >}}.
6348

0 commit comments

Comments
 (0)