Skip to content

Commit c565172

Browse files
authored
Merge pull request #32059 from my-git9/patch-12
Update replicaset.md
2 parents 796f4b3 + eec1592 commit c565172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ prioritize scaling down pods based on the following general algorithm:
540540

541541
<!--
542542
1. Pending (and unschedulable) pods are scaled down first
543-
2. If controller.kubernetes.io/pod-deletion-cost annotation is set, then
543+
2. If `controller.kubernetes.io/pod-deletion-cost` annotation is set, then
544544
the pod with the lower value will come first.
545545
3. Pods on nodes with more replicas come before pods on nodes with fewer replicas.
546546
4. If the pods' creation times differ, the pod that was created more recently

0 commit comments

Comments
 (0)