postgres 13, forced
gitea with limits adapted descheduler, still
This commit is contained in:
@@ -16,7 +16,7 @@ spec:
|
||||
priorityClassName: system-cluster-critical
|
||||
containers:
|
||||
- name: descheduler
|
||||
image: k8s.gcr.io/descheduler/descheduler:v0.21.0
|
||||
image: k8s.gcr.io/descheduler/descheduler:v0.22.0
|
||||
volumeMounts:
|
||||
- mountPath: /policy-dir
|
||||
name: policy-volume
|
||||
|
||||
@@ -12,18 +12,26 @@ data:
|
||||
enabled: true
|
||||
"RemovePodsViolatingInterPodAntiAffinity":
|
||||
enabled: true
|
||||
"HighNodeUtilization":
|
||||
enabled: true
|
||||
params:
|
||||
nodeResourceUtilizationThresholds:
|
||||
thresholds:
|
||||
"cpu" : 20
|
||||
"memory": 20
|
||||
"pods": 8
|
||||
"LowNodeUtilization":
|
||||
enabled: true
|
||||
params:
|
||||
nodeResourceUtilizationThresholds:
|
||||
thresholds:
|
||||
"cpu": 50
|
||||
"memory": 50
|
||||
"pods": 12
|
||||
targetThresholds:
|
||||
"cpu": 60
|
||||
"memory": 70
|
||||
"pods": 30
|
||||
"pods": 10
|
||||
targetThresholds:
|
||||
"cpu": 70
|
||||
"memory": 70
|
||||
"pods": 20
|
||||
nodeFit: true
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user