Add feature state for PodDisruptionBudget
This commit is contained in:
@@ -97,6 +97,8 @@ time as frequent voluntary disruptions. We call this set of features
|
|||||||
|
|
||||||
## How Disruption Budgets Work
|
## How Disruption Budgets Work
|
||||||
|
|
||||||
|
{{< feature-state for_k8s_version="v1.5" state="beta" >}}
|
||||||
|
|
||||||
An Application Owner can create a `PodDisruptionBudget` object (PDB) for each application.
|
An Application Owner can create a `PodDisruptionBudget` object (PDB) for each application.
|
||||||
A PDB limits the number of pods of a replicated application that are down simultaneously from
|
A PDB limits the number of pods of a replicated application that are down simultaneously from
|
||||||
voluntary disruptions. For example, a quorum-based application would
|
voluntary disruptions. For example, a quorum-based application would
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ weight: 110
|
|||||||
|
|
||||||
{{% capture overview %}}
|
{{% capture overview %}}
|
||||||
|
|
||||||
|
{{< feature-state for_k8s_version="v1.5" state="beta" >}}
|
||||||
|
|
||||||
This page shows how to limit the number of concurrent disruptions
|
This page shows how to limit the number of concurrent disruptions
|
||||||
that your application experiences, allowing for higher availability
|
that your application experiences, allowing for higher availability
|
||||||
while permitting the cluster administrator to manage the clusters
|
while permitting the cluster administrator to manage the clusters
|
||||||
|
|||||||
Reference in New Issue
Block a user