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: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,14 +118,15 @@ The Descheduler Policy is configurable and includes default strategy plugins tha
118
118
119
119
These are top level keys in the Descheduler Policy that you can use to configure all evictions.
120
120
121
-
| Name |type| Default Value | Description |
122
-
|------|----|---------------|-------------|
123
-
|`nodeSelector`|`string`|`nil`| limiting the nodes which are processed. Only used when `nodeFit`=`true` and only by the PreEvictionFilter Extension Point |
124
-
|`maxNoOfPodsToEvictPerNode`|`int`|`nil`| maximum number of pods evicted from each node (summed through all strategies) |
125
-
|`maxNoOfPodsToEvictPerNamespace`|`int`|`nil`| maximum number of pods evicted from each namespace (summed through all strategies) |
126
-
|`maxNoOfPodsToEvictTotal`|`int`|`nil`| maximum number of pods evicted per rescheduling cycle (summed through all strategies) |
127
-
|`metricsCollector`|`object`|`nil`| configures collection of metrics for actual resource utilization |
|`nodeSelector`|`string`|`nil`| Limiting the nodes which are processed. Only used when `nodeFit`=`true` and only by the PreEvictionFilter Extension Point. |
124
+
|`maxNoOfPodsToEvictPerNode`|`int`|`nil`| Maximum number of pods evicted from each node (summed through all strategies). |
125
+
|`maxNoOfPodsToEvictPerNamespace`|`int`|`nil`| Maximum number of pods evicted from each namespace (summed through all strategies). |
126
+
|`maxNoOfPodsToEvictTotal`|`int`|`nil`| Maximum number of pods evicted per rescheduling cycle (summed through all strategies). |
127
+
|`metricsCollector`|`object`|`nil`| Configures collection of metrics for actual resource utilization. |
0 commit comments