antiaffinities and namespaces
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user