We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 796f4b3 + eec1592 commit c565172Copy full SHA for c565172
content/zh/docs/concepts/workloads/controllers/replicaset.md
@@ -540,7 +540,7 @@ prioritize scaling down pods based on the following general algorithm:
540
541
<!--
542
1. Pending (and unschedulable) pods are scaled down first
543
- 2. If controller.kubernetes.io/pod-deletion-cost annotation is set, then
+ 2. If `controller.kubernetes.io/pod-deletion-cost` annotation is set, then
544
the pod with the lower value will come first.
545
3. Pods on nodes with more replicas come before pods on nodes with fewer replicas.
546
4. If the pods' creation times differ, the pod that was created more recently
0 commit comments