limit number of pods descheduler can move [ci skip]

This commit is contained in:
viktorbarzin 2021-05-04 19:13:08 +01:00
parent 300f7c1ea8
commit a3d8164a7f
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 1 additions and 0 deletions

View file

@ -72,6 +72,7 @@ resource "kubernetes_config_map" "policy" {
data = {
"policy.yaml" = <<-EOF
apiVersion: "descheduler/v1alpha1"
maxNoOfPodsToEvictPerNode: 5
kind: "DeschedulerPolicy"
strategies:
"RemoveDuplicates":

Binary file not shown.