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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,11 +87,11 @@ The `MaxGCEPDVolumeCount` predicate checks the maximum number of Google Compute
87
87
{"name" : "MaxGCEPDVolumeCount"}
88
88
----
89
89
90
-
The `MaxCSIVolumeCount` predicate determines how many Container Storage Interface (CSI) volumes should be attached to a node and whether that number exceeds a configured limit.
90
+
The `MaxCSIVolumeCountPred` predicate determines how many Container Storage Interface (CSI) volumes should be attached to a node and whether that number exceeds a configured limit.
91
91
92
92
[source,yaml]
93
93
----
94
-
{"name" : "MaxCSIVolumeCount"}
94
+
{"name" : "MaxCSIVolumeCountPred"}
95
95
----
96
96
97
97
The `MatchInterPodAffinity` predicate checks if the pod affinity/anti-affinity rules permit the pod.
0 commit comments