mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-26 13:29:11 +01:00
13 lines
361 B
YAML
13 lines
361 B
YAML
apiVersion: "descheduler/v1alpha2"
|
|
kind: "DeschedulerPolicy"
|
|
profiles:
|
|
- name: ProfileName
|
|
pluginConfig:
|
|
- name: "RemovePodsViolatingTopologySpreadConstraint"
|
|
args:
|
|
includeSoftConstraints: true # Include 'ScheduleAnyways' constraints
|
|
plugins:
|
|
balance:
|
|
enabled:
|
|
- "RemovePodsViolatingTopologySpreadConstraint"
|