Skip to content

Commit eec1592

Browse files
authored
Update replicaset.md
Original code comment adjustment
1 parent 498d960 commit eec1592

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)