restart verything once a week [ci skip]
This commit is contained in:
parent
1dab83d830
commit
2b2474c507
1 changed files with 12 additions and 0 deletions
|
|
@ -146,6 +146,17 @@ deschedulerPolicy:
|
||||||
pods: 30
|
pods: 30
|
||||||
metricsUtilization:
|
metricsUtilization:
|
||||||
metricsServer: true
|
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:
|
plugins:
|
||||||
balance:
|
balance:
|
||||||
enabled:
|
enabled:
|
||||||
|
|
@ -158,6 +169,7 @@ deschedulerPolicy:
|
||||||
- RemovePodsViolatingNodeTaints
|
- RemovePodsViolatingNodeTaints
|
||||||
- RemovePodsViolatingNodeAffinity
|
- RemovePodsViolatingNodeAffinity
|
||||||
- RemovePodsViolatingInterPodAntiAffinity
|
- RemovePodsViolatingInterPodAntiAffinity
|
||||||
|
- PodLifeTime
|
||||||
|
|
||||||
priorityClassName: system-cluster-critical
|
priorityClassName: system-cluster-critical
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue