File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,8 +128,8 @@ The "intended" number of pods is computed from the `.spec.replicas` of the workl
128
128
that is managing those pods. The control plane discovers the owning workload resource by
129
129
examining the ` .metadata.ownerReferences ` of the Pod.
130
130
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.
133
133
134
134
Pods which are deleted or unavailable due to a rolling upgrade to an application do count
135
135
against the disruption budget, but workload resources (such as Deployment and StatefulSet)
You can’t perform that action at this time.
0 commit comments