Skip to content

Commit 2640590

Browse files
authored
Merge pull request #75589 from brendan-daly-red-hat/OSDOCS-4028
OSDOCS-4028#adding clarification
2 parents f49b972 + c2728fe commit 2640590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nodes-descheduler-about.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When the descheduler decides to evict pods from a node, it employs the following
2525

2626
* Pods in the `openshift-*` and `kube-system` namespaces are never evicted.
2727
* Critical pods with `priorityClassName` set to `system-cluster-critical` or `system-node-critical` are never evicted.
28-
* Static, mirrored, or stand-alone pods that are not part of a replication controller, replica set, deployment, or job are never evicted because these pods will not be recreated.
28+
* Static, mirrored, or stand-alone pods that are not part of a replication controller, replica set, deployment, StatefulSet, or job are never evicted because these pods will not be recreated.
2929
* Pods associated with daemon sets are never evicted.
3030
* Pods with local storage are never evicted.
3131
* Best effort pods are evicted before burstable and guaranteed pods.

0 commit comments

Comments
 (0)