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

nodeFit: fix docs spacing for placement of the field

This commit is contained in:
Amir Alavi
2022-06-07 10:00:07 -04:00
parent 98a946dea7
commit 038b6e1ca7
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