postgres 13, forced

gitea with limits adapted
descheduler, still
This commit is contained in:
2021-10-04 21:29:08 +02:00
parent 6b8d34f88c
commit fcbbf57031
4 changed files with 20 additions and 12 deletions

View File

@@ -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

View File

@@ -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