You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/reference/command-line-tools-reference/feature-gates/pdb-unhealthy-pod-eviction-policy.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ stages:
13
13
- stage: beta
14
14
defaultValue: true
15
15
fromVersion: "1.27"
16
+
toVersion: "1.30"
17
+
- stage: stable
18
+
defaultValue: true
19
+
fromVersion: "1.31"
16
20
---
17
21
Enables the `unhealthyPodEvictionPolicy` field of a `PodDisruptionBudget`. This specifies
18
22
when unhealthy pods should be considered for eviction. Please see [Unhealthy Pod Eviction Policy](/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy)
0 commit comments