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
An object that limits the number of {{< glossary_tooltip text="Pods" term_id="pod" >}} of a replicated application, that are down simultaneously from voluntary disruptions.
26
+
An object that limits the number of Podsof a replicated application that are down simultaneously from voluntary disruptions.
26
27
27
28
aka:
28
29
- PDB
@@ -37,13 +38,14 @@ tags:
37
38
<!--
38
39
A [Pod Disruption Budget](/docs/concepts/workloads/pods/disruptions/) allows an
39
40
application owner to create an object for a replicated application, that ensures
40
-
a certain number or percentage of Pods with an assigned label will not be voluntarily
41
-
evicted at any point in time.
41
+
a certain number or percentage of {{< glossary_tooltip text="Pods" term_id="pod" >}}
42
+
with an assigned label will not be voluntarily evicted at any point in time.
42
43
43
44
Involuntary disruptions cannot be prevented by PDBs; however they
0 commit comments