You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/nodes-scheduler-default-predicates.adoc
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ The `MaxEBSVolumeCount` predicate checks the maximum number of volumes that can
37
37
{"name" : "MaxEBSVolumeCount"}
38
38
----
39
39
40
-
The *MaxAzureDiskVolumeCount` predicate checks the maximum number of Azure Disk Volumes.
40
+
The `MaxAzureDiskVolumeCount` predicate checks the maximum number of Azure Disk Volumes.
41
41
42
42
[source,yaml]
43
43
----
@@ -59,6 +59,7 @@ The `CheckNodeUnschedulable` predicate checks if a pod can be scheduled on a nod
59
59
----
60
60
61
61
The `CheckVolumeBinding` predicate evaluates if a pod can fit based on the volumes, it requests, for both bound and unbound PVCs.
62
+
62
63
* For PVCs that are bound, the predicate checks that the corresponding PV's node affinity is satisfied by the given node.
63
64
* For PVCs that are unbound, the predicate searched for available PVs that can satisfy the PVC requirements and that
64
65
the PV node affinity is satisfied by the given node.
@@ -104,7 +105,7 @@ The `MatchInterPodAffinity` predicate checks if the pod affinity/anti-affinity r
104
105
[NOTE]
105
106
====
106
107
The `CheckNode-*` predicates cannot be used if the Taint Nodes By Condition feature is enabled.
107
-
The Taint Nodes By Condition feature is enabled by default.
108
+
The Taint Nodes By Condition feature is enabled by default.
108
109
====
109
110
110
111
The `CheckNodeCondition` predicate checks if a pod can be scheduled on a node reporting *out of disk*, *network unavailable*, or *not ready* conditions.
@@ -190,7 +191,7 @@ defined in the pod.
190
191
191
192
// per sjenning Nope
192
193
193
-
You can configure these predicates in the scheduler policy Configmap
194
+
You can configure these predicates in the scheduler policy Configmap
194
195
in the `openshift-config` project, to add labels to affect
0 commit comments