File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ If all of the above match, then selection is random.
349
349
Using the [`controller.kubernetes.io/pod-deletion-cost`](/docs/reference/labels-annotations-taints/#pod-deletion-cost)
350
350
annotation, users can set a preference regarding which pods to remove first when downscaling a ReplicaSet.
351
351
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
353
353
deleting a pod compared to other pods belonging to the same ReplicaSet. Pods with lower deletion
354
354
cost are preferred to be deleted before pods with higher deletion cost.
355
355
You can’t perform that action at this time.
0 commit comments