1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

Merge pull request #840 from a7i/nodefit-docs

nodeFit: fix docs spacing for placement of the field
This commit is contained in:
Kubernetes Prow Robot
2022-06-07 12:28:27 -07:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -751,6 +751,7 @@ strategies:
"LowNodeUtilization":
enabled: true
params:
nodeFit: true
nodeResourceUtilizationThresholds:
thresholds:
"cpu": 20
@@ -760,7 +761,6 @@ strategies:
"cpu": 50
"memory": 50
"pods": 50
nodeFit: true
```
Note that node fit filtering references the current pod spec, and not that of it's owner.

View File

@@ -4,4 +4,5 @@ strategies:
"RemovePodsViolatingTopologySpreadConstraint":
enabled: true
params:
nodeFit: true
includeSoftConstraints: true # Include 'ScheduleAnyways' constraints