limit number of pods descheduler can move [ci skip]
This commit is contained in:
parent
300f7c1ea8
commit
a3d8164a7f
2 changed files with 1 additions and 0 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue