Skip to content

Commit

Permalink
Update descheduler policy with evictLocalStoragePods property
Browse files Browse the repository at this point in the history
evictLocalStoragePods changed to true to support changes in demo-pod spec, as
by default, pods with local storage will not be evicted.

Signed-off-by: Madalina Lazar <madalina.lazar@intel.com>
  • Loading branch information
madalazar authored and uniemimu committed Jul 31, 2023
1 parent 0649248 commit 5ef9fe6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apiVersion: "descheduler/v1alpha1"
kind: "DeschedulerPolicy"
evictLocalStoragePods: true
strategies:
"RemovePodsViolatingNodeAffinity":
enabled: true
Expand Down

0 comments on commit 5ef9fe6

Please sign in to comment.