File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
content/en/docs/reference/scheduling Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -43,21 +43,6 @@ The following *predicates* implement filtering:
43
43
- ` MaxCSIVolumeCount ` : Decides how many {{< glossary_tooltip text="CSI" term_id="csi" >}}
44
44
volumes should be attached, and whether that's over a configured limit.
45
45
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
-
61
46
- ` PodToleratesNodeTaints ` : checks if a Pod's {{< glossary_tooltip text="tolerations" term_id="toleration" >}}
62
47
can tolerate the Node's {{< glossary_tooltip text="taints" term_id="taint" >}}.
63
48
You can’t perform that action at this time.
0 commit comments