Skip to content

Commit 14f3ff3

Browse files
committed
BZ-2087151: Added note about specifying a priority class name for hosted control planes
1 parent 85e4af2 commit 14f3ff3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/nodes-descheduler-installing.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ The descheduler is not available by default. To enable the descheduler, you must
1818

1919
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.
2020

21+
[IMPORTANT]
22+
====
23+
If you have enabled hosted control planes in your cluster, set a custom priority threshold to lower the chance that pods in the hosted control plane namespaces are evicted. Set the priority threshold class name to `hypershift-control-plane`, because it has the lowest priority value (`100000000`) of the hosted control plane priority classes.
24+
====
25+
2126
.Prerequisites
2227

2328
* Cluster administrator privileges.

0 commit comments

Comments
 (0)