Skip to content

Commit f364b4c

Browse files
committed
promote PDBUnhealthyPodEvictionPolicy to GA
1 parent c079d3a commit f364b4c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/pdb-unhealthy-pod-eviction-policy.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.27"
16+
toVersion: "1.30"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.31"
1620
---
1721
Enables the `unhealthyPodEvictionPolicy` field of a `PodDisruptionBudget`. This specifies
1822
when unhealthy pods should be considered for eviction. Please see [Unhealthy Pod Eviction Policy](/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy)

content/en/docs/tasks/run-application/configure-pdb.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,12 +243,6 @@ These pods are tracked via `.status.currentHealthy` field in the PDB status.
243243

244244
{{< feature-state feature_gate_name="PDBUnhealthyPodEvictionPolicy" >}}
245245

246-
{{< note >}}
247-
This feature is enabled by default. You can disable it by disabling the `PDBUnhealthyPodEvictionPolicy`
248-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
249-
on the [API server](/docs/reference/command-line-tools-reference/kube-apiserver/).
250-
{{< /note >}}
251-
252246
PodDisruptionBudget guarding an application ensures that `.status.currentHealthy` number of pods
253247
does not fall below the number specified in `.status.desiredHealthy` by disallowing eviction of healthy pods.
254248
By using `.spec.unhealthyPodEvictionPolicy`, you can also define the criteria when unhealthy pods

0 commit comments

Comments
 (0)