File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ ensures that a desired number of Pods with a matching label selector are availab
313
313
When scaling down, the ReplicaSet controller chooses which pods to delete by sorting the available pods to
314
314
prioritize scaling down pods based on the following general algorithm :
315
315
1. Pending (and unschedulable) pods are scaled down first
316
- 2. If controller.kubernetes.io/pod-deletion-cost annotation is set, then
316
+ 2. If ` controller.kubernetes.io/pod-deletion-cost` annotation is set, then
317
317
the pod with the lower value will come first.
318
318
3. Pods on nodes with more replicas come before pods on nodes with fewer replicas.
319
319
4. If the pods' creation times differ, the pod that was created more recently
You can’t perform that action at this time.
0 commit comments