[ci skip] Add descheduler profile to restart idrac-redfish-exporter every 6h
This commit is contained in:
parent
c408887560
commit
7b747350de
1 changed files with 19 additions and 0 deletions
|
|
@ -186,6 +186,25 @@ deschedulerPolicy:
|
|||
- RemovePodsViolatingInterPodAntiAffinity
|
||||
- PodLifeTime
|
||||
- RemoveFailedPods
|
||||
- name: idrac-restart
|
||||
pluginConfig:
|
||||
- name: DefaultEvictor
|
||||
args:
|
||||
ignorePvcPods: true
|
||||
evictLocalStoragePods: true
|
||||
- name: PodLifeTime
|
||||
args:
|
||||
maxPodLifeTimeSeconds: 21600
|
||||
namespaces:
|
||||
include:
|
||||
- "monitoring"
|
||||
labelSelector:
|
||||
matchLabels:
|
||||
app: idrac-redfish-exporter
|
||||
plugins:
|
||||
deschedule:
|
||||
enabled:
|
||||
- PodLifeTime
|
||||
|
||||
priorityClassName: system-cluster-critical
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue