Skip to content

Commit 9749598

Browse files
author
wiggitywhitney
committed
Clarify PDB line in disruptions concept page
1 parent 7714140 commit 9749598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/workloads/pods/disruptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ The "intended" number of pods is computed from the `.spec.replicas` of the workl
128128
that is managing those pods. The control plane discovers the owning workload resource by
129129
examining the `.metadata.ownerReferences` of the Pod.
130130

131-
PDBs cannot prevent [involuntary disruptions](#voluntary-and-involuntary-disruptions) from
132-
occurring, but they do count against the budget.
131+
[Involuntary disruptions](#voluntary-and-involuntary-disruptions) cannot be prevented by PDBs; however they
132+
do count against the budget.
133133

134134
Pods which are deleted or unavailable due to a rolling upgrade to an application do count
135135
against the disruption budget, but workload resources (such as Deployment and StatefulSet)

0 commit comments

Comments
 (0)