19 lines
426 B
Markdown
19 lines
426 B
Markdown
---
|
|
title: PodDeletionCost
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.21"
|
|
toVersion: "1.21"
|
|
- stage: beta
|
|
defaultValue: true
|
|
fromVersion: "1.22"
|
|
---
|
|
Enable the [Pod Deletion Cost](/docs/concepts/workloads/controllers/replicaset/#pod-deletion-cost)
|
|
feature which allows users to influence ReplicaSet downscaling order.
|