Skip to content

Commit 5571a2d

Browse files
committed
BZ1921110-fixed list and errant asterisk
1 parent c69617f commit 5571a2d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

modules/nodes-scheduler-default-predicates.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `MaxEBSVolumeCount` predicate checks the maximum number of volumes that can
3737
{"name" : "MaxEBSVolumeCount"}
3838
----
3939

40-
The *MaxAzureDiskVolumeCount` predicate checks the maximum number of Azure Disk Volumes.
40+
The `MaxAzureDiskVolumeCount` predicate checks the maximum number of Azure Disk Volumes.
4141

4242
[source,yaml]
4343
----
@@ -59,6 +59,7 @@ The `CheckNodeUnschedulable` predicate checks if a pod can be scheduled on a nod
5959
----
6060

6161
The `CheckVolumeBinding` predicate evaluates if a pod can fit based on the volumes, it requests, for both bound and unbound PVCs.
62+
6263
* For PVCs that are bound, the predicate checks that the corresponding PV's node affinity is satisfied by the given node.
6364
* For PVCs that are unbound, the predicate searched for available PVs that can satisfy the PVC requirements and that
6465
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
104105
[NOTE]
105106
====
106107
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.
108109
====
109110

110111
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.
190191
191192
// per sjenning Nope
192193
193-
You can configure these predicates in the scheduler policy Configmap
194+
You can configure these predicates in the scheduler policy Configmap
194195
in the `openshift-config` project, to add labels to affect
195196
how the predicate functions.
196197

0 commit comments

Comments
 (0)