Skip to content

Commit

Permalink
Merge pull request #715 from eminaktas/values-fix
Browse files Browse the repository at this point in the history
fix: Remove deprecated parameters from cmdOptions and add the parameters under policy
  • Loading branch information
k8s-ci-robot authored Feb 18, 2022
2 parents 3c251fb + 4c8040b commit 30be19b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions charts/descheduler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ deschedulingInterval: 5m

cmdOptions:
v: 3
# evict-local-storage-pods:
# max-pods-to-evict-per-node: 10
# node-selector: "key1=value1,key2=value2"

deschedulerPolicy:
# nodeSelector: "key1=value1,key2=value2"
# maxNoOfPodsToEvictPerNode: 10
# ignorePvcPods: true
# evictLocalStoragePods: true
strategies:
RemoveDuplicates:
enabled: true
Expand Down

0 comments on commit 30be19b

Please sign in to comment.