restart verything once a week [ci skip]
This commit is contained in:
parent
0416bb320f
commit
0cc475342f
1 changed files with 12 additions and 0 deletions
|
|
@ -146,6 +146,17 @@ deschedulerPolicy:
|
|||
pods: 30
|
||||
metricsUtilization:
|
||||
metricsServer: true
|
||||
- name: PodLifeTime
|
||||
args:
|
||||
maxPodLifeTimeSeconds: 604800
|
||||
namespaces:
|
||||
exclude:
|
||||
- "dbaas" # let's not meddle with the dbs
|
||||
- "kube-system"
|
||||
- "calico-system"
|
||||
- "calico-apiserver"
|
||||
- "metallb-system"
|
||||
- "monitoring"
|
||||
plugins:
|
||||
balance:
|
||||
enabled:
|
||||
|
|
@ -158,6 +169,7 @@ deschedulerPolicy:
|
|||
- RemovePodsViolatingNodeTaints
|
||||
- RemovePodsViolatingNodeAffinity
|
||||
- RemovePodsViolatingInterPodAntiAffinity
|
||||
- PodLifeTime
|
||||
|
||||
priorityClassName: system-cluster-critical
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue