mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 05:14:13 +01:00
fix helm's default deschedulerPolicy
This commit is contained in:
@@ -111,14 +111,13 @@ deschedulerPolicy:
|
|||||||
args:
|
args:
|
||||||
podRestartThreshold: 100
|
podRestartThreshold: 100
|
||||||
includingInitContainers: true
|
includingInitContainers: true
|
||||||
- name: RemovePodsViolatingNodeTaints
|
- name: RemovePodsViolatingNodeAffinity
|
||||||
args:
|
args:
|
||||||
nodeAffinityType:
|
nodeAffinityType:
|
||||||
- requiredDuringSchedulingIgnoredDuringExecution
|
- requiredDuringSchedulingIgnoredDuringExecution
|
||||||
|
- name: RemovePodsViolatingNodeTaints
|
||||||
- name: RemovePodsViolatingInterPodAntiAffinity
|
- name: RemovePodsViolatingInterPodAntiAffinity
|
||||||
- name: RemovePodsViolatingTopologySpreadConstraint
|
- name: RemovePodsViolatingTopologySpreadConstraint
|
||||||
args:
|
|
||||||
includeSoftConstraints: false
|
|
||||||
- name: LowNodeUtilization
|
- name: LowNodeUtilization
|
||||||
args:
|
args:
|
||||||
thresholds:
|
thresholds:
|
||||||
@@ -133,7 +132,6 @@ deschedulerPolicy:
|
|||||||
balance:
|
balance:
|
||||||
enabled:
|
enabled:
|
||||||
- RemoveDuplicates
|
- RemoveDuplicates
|
||||||
- RemovePodsViolatingNodeAffinity
|
|
||||||
- RemovePodsViolatingTopologySpreadConstraint
|
- RemovePodsViolatingTopologySpreadConstraint
|
||||||
- LowNodeUtilization
|
- LowNodeUtilization
|
||||||
deschedule:
|
deschedule:
|
||||||
|
|||||||
Reference in New Issue
Block a user