Skip to content

Commit 0b662c6

Browse files
authored
Merge pull request #49545 from bergerhoffer/BZ-2087151
BZ-2087151: Added note about specifying a priority class name for hos…
2 parents 40ce16e + 14f3ff3 commit 0b662c6

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)