Skip to content

Commit 4342d13

Browse files
authored
Merge pull request #42822 from RyanAoh/dev
update the range of pod-deletion-cost
2 parents 8d504be + e94edd0 commit 4342d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ If all of the above match, then selection is random.
349349
Using the [`controller.kubernetes.io/pod-deletion-cost`](/docs/reference/labels-annotations-taints/#pod-deletion-cost)
350350
annotation, users can set a preference regarding which pods to remove first when downscaling a ReplicaSet.
351351

352-
The annotation should be set on the pod, the range is [-2147483647, 2147483647]. It represents the cost of
352+
The annotation should be set on the pod, the range is [-2147483648, 2147483647]. It represents the cost of
353353
deleting a pod compared to other pods belonging to the same ReplicaSet. Pods with lower deletion
354354
cost are preferred to be deleted before pods with higher deletion cost.
355355

0 commit comments

Comments
 (0)