File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
concepts/workloads/controllers
reference/command-line-tools-reference Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ prioritize scaling down pods based on the following general algorithm:
323
323
If all of the above match, then selection is random.
324
324
325
325
# ## Pod deletion cost
326
- {{< feature-state for_k8s_version="v1.21 " state="alpha " >}}
326
+ {{< feature-state for_k8s_version="v1.22 " state="beta " >}}
327
327
328
328
Using the [`controller.kubernetes.io/pod-deletion-cost`](/docs/reference/labels-annotations-taints/#pod-deletion-cost)
329
329
annotation, users can set a preference regarding which pods to remove first when downscaling a ReplicaSet.
@@ -335,7 +335,7 @@ cost are preferred to be deleted before pods with higher deletion cost.
335
335
The implicit value for this annotation for pods that don't set it is 0; negative values are permitted.
336
336
Invalid values will be rejected by the API server.
337
337
338
- This feature is alpha and disabled by default. You can enable it by setting the
338
+ This feature is beta and enabled by default. You can disable it using the
339
339
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
340
340
` PodDeletionCost` in both kube-apiserver and kube-controller-manager.
341
341
Original file line number Diff line number Diff line change @@ -142,7 +142,8 @@ different Kubernetes components.
142
142
| ` NodeDisruptionExclusion ` | ` true ` | Beta | 1.19 | 1.20 |
143
143
| ` NonPreemptingPriority ` | ` false ` | Alpha | 1.15 | 1.18 |
144
144
| ` NonPreemptingPriority ` | ` true ` | Beta | 1.19 | |
145
- | ` PodDeletionCost ` | ` false ` | Alpha | 1.21 | |
145
+ | ` PodDeletionCost ` | ` false ` | Alpha | 1.21 | 1.21 |
146
+ | ` PodDeletionCost ` | ` true ` | Beta | 1.22 | |
146
147
| ` PodAffinityNamespaceSelector ` | ` false ` | Alpha | 1.21 | 1.21 |
147
148
| ` PodAffinityNamespaceSelector ` | ` true ` | Beta | 1.22 | |
148
149
| ` PodOverhead ` | ` false ` | Alpha | 1.16 | 1.17 |
You can’t perform that action at this time.
0 commit comments