Skip to content

Commit cf66db5

Browse files
authored
Merge pull request #46023 from bergerhoffer/OSDOCS-3679
OSDOCS-3679: Adding steps to change the mode to automatic to actually…
2 parents 2e3afa2 + 8c808fb commit cf66db5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/nodes-descheduler-installing.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ endif::[]
1616

1717
The descheduler is not available by default. To enable the descheduler, you must install the Kube Descheduler Operator from OperatorHub and enable one or more descheduler profiles.
1818

19+
By default, the descheduler runs in predictive mode, which means that it only simulates pod evictions. You must change the mode to automatic for the descheduler to perform the pod evictions.
20+
1921
.Prerequisites
2022

2123
* Cluster administrator privileges.
@@ -43,6 +45,8 @@ endif::[]
4345
.. From the *Operators* -> *Installed Operators* page, click the *Kube Descheduler Operator*.
4446
.. Select the *Kube Descheduler* tab and click *Create KubeDescheduler*.
4547
.. Edit the settings as necessary.
48+
... To evict pods instead of simulating the evictions, change the *Mode* field to *Automatic*.
49+
4650
ifdef::virt[]
4751
... Expand the *Profiles* section and select `DevPreviewLongLifecycle`. The `AffinityAndTaints` profile is enabled by default.
4852
+

0 commit comments

Comments
 (0)