Update replicaset.md

Original code comment adjustment
pull/32059/head
my-git9 2022-03-05 13:36:03 +08:00 committed by GitHub
parent 498d9607a3
commit eec1592324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ prioritize scaling down pods based on the following general algorithm:
<!--
1. Pending (and unschedulable) pods are scaled down first
2. If controller.kubernetes.io/pod-deletion-cost annotation is set, then
2. If `controller.kubernetes.io/pod-deletion-cost` annotation is set, then
the pod with the lower value will come first.
3. Pods on nodes with more replicas come before pods on nodes with fewer replicas.
4. If the pods' creation times differ, the pod that was created more recently