-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
Not Selected
-
-
-
Our expectation of having a descheduler is to balance the pods across the nodes. We have used the below configuration in our VMware openshift cluster to balance the pods across the worker nodes. We are trying to implement the same in baremetal cluster. Please let us know how to configure it.
strategies:
- name: "LowNodeUtilization"
params: - name: "cputhreshold"
value: "10" - name: "memorythreshold"
value: "20" - name: "podsthreshold"
value: "30" - name: "memorytargetthreshold"
value: "40" - name: "cputargetthreshold"
value: "50" - name: "podstargetthreshold"
value: "60" - name: "nodes"
value: "3" - name: "RemoveDuplicates"
- is duplicated by
-
RFE-2856 Allow customer to configure strategies of Descheduler
- Accepted
- relates to
-
WRKLDS-299 Descheduler - LowNodeUtilization thresholds
- Closed