antiaffinities and namespaces

This commit is contained in:
2021-10-16 18:23:19 +02:00
parent f006923f61
commit 688485987f
5 changed files with 45 additions and 50 deletions

View File

@@ -12,26 +12,24 @@ data:
enabled: true
"RemovePodsViolatingInterPodAntiAffinity":
enabled: true
#"HighNodeUtilization":
# enabled: true
# params:
# nodeResourceUtilizationThresholds:
# thresholds:
# "cpu" : 20
# "memory": 20
# "pods": 8
"RemovePodsViolatingInterPodAntiAffinity":
enabled: true
"LowNodeUtilization":
enabled: true
params:
nodeResourceUtilizationThresholds:
thresholds:
"cpu": 20
"memory": 20
"cpu": 30
"memory": 40
"pods": 10
targetThresholds:
"cpu": 50
"memory": 50
"memory": 60
"pods": 20
nodeFit: true
"RemovePodsViolatingTopologySpreadConstraint":
enabled: true
params:
includeSoftConstraints: false