mirror of
https://github.com/kubernetes-sigs/descheduler.git
synced 2026-01-28 14:41:10 +01:00
@@ -108,8 +108,11 @@ deschedulerPolicy:
|
|||||||
pluginConfig:
|
pluginConfig:
|
||||||
- name: DefaultEvictor
|
- name: DefaultEvictor
|
||||||
args:
|
args:
|
||||||
ignorePvcPods: true
|
podProtections:
|
||||||
evictLocalStoragePods: true
|
defaultDisabled:
|
||||||
|
- "PodsWithLocalStorage"
|
||||||
|
extraEnabled:
|
||||||
|
- "PodsWithPVC"
|
||||||
- name: RemoveDuplicates
|
- name: RemoveDuplicates
|
||||||
- name: RemovePodsHavingTooManyRestarts
|
- name: RemovePodsHavingTooManyRestarts
|
||||||
args:
|
args:
|
||||||
@@ -199,7 +202,6 @@ serviceAccount:
|
|||||||
# automountServiceAccountToken Default is not set
|
# automountServiceAccountToken Default is not set
|
||||||
# automountServiceAccountToken: true
|
# automountServiceAccountToken: true
|
||||||
|
|
||||||
|
|
||||||
# Mount the ServiceAccountToken in the Pod of a CronJob or Deployment
|
# Mount the ServiceAccountToken in the Pod of a CronJob or Deployment
|
||||||
# Default is not set - but only implied by the ServiceAccount
|
# Default is not set - but only implied by the ServiceAccount
|
||||||
# automountServiceAccountToken: true
|
# automountServiceAccountToken: true
|
||||||
|
|||||||
Reference in New Issue
Block a user