Skip to content

Commit 695b56f

Browse files
committed
update the range of pod-deletion-cost
1 parent 3a80221 commit 695b56f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,11 +602,11 @@ annotation, users can set a preference regarding which pods to remove first when
602602
注解,用户可以对 ReplicaSet 缩容时要先删除哪些 Pod 设置偏好。
603603

604604
<!--
605-
The annotation should be set on the pod, the range is [-2147483647, 2147483647]. It represents the cost of
605+
The annotation should be set on the pod, the range is [-2147483648, 2147483647]. It represents the cost of
606606
deleting a pod compared to other pods belonging to the same ReplicaSet. Pods with lower deletion
607607
cost are preferred to be deleted before pods with higher deletion cost.
608608
-->
609-
此注解要设置到 Pod 上,取值范围为 [-2147483647, 2147483647]。
609+
此注解要设置到 Pod 上,取值范围为 [-2147483648, 2147483647]。
610610
所代表的是删除同一 ReplicaSet 中其他 Pod 相比较而言的开销。
611611
删除开销较小的 Pod 比删除开销较高的 Pod 更容易被删除。
612612

0 commit comments

Comments
 (0)