Skip to content

Commit c945d62

Browse files
committed
CNV#4812-01: fix for devEnableEvictionsInBackground
1 parent a561690 commit c945d62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/virt-enabling-descheduler-evictions.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ spec:
4242
profiles:
4343
- LongLifecycle <1>
4444
mode: Predictive <2>
45-
devEnableEvictionsInBackground: true <3>
45+
profileCustomizations:
46+
devEnableEvictionsInBackground: true <3>
4647
----
4748
<1> You can only set the `LongLifecycle` profile. This profile balances resource usage between nodes.
48-
<2> By default, the descheduler does not evict pods. To evict pods, set `mode` to `Automatic`.
49+
<2> By default, the descheduler does not evict pods. To evict pods, set `mode` to `Automatic`.
4950
<3> Enabling `devEnableEvictionsInBackground` allows evictions to occur in the background, improving stability and mitigating oscillatory behavior during live migrations.
5051

5152
The descheduler is now enabled on the VM.

0 commit comments

Comments
 (0)