Skip to content

Commit 21b1e83

Browse files
authored
Clarify sources of voluntary disruptions
See issue #22391
1 parent b713869 commit 21b1e83

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,14 @@ Here are some ways to mitigate involuntary disruptions:
8080
[multi-zone cluster](/docs/setup/multiple-zones).)
8181

8282
The frequency of voluntary disruptions varies. On a basic Kubernetes cluster, there are
83-
no voluntary disruptions at all. However, your cluster administrator or hosting provider
83+
no automated voluntary disruptions (only user-triggered ones). However, your cluster administrator or hosting provider
8484
may run some additional services which cause voluntary disruptions. For example,
8585
rolling out node software updates can cause voluntary disruptions. Also, some implementations
8686
of cluster (node) autoscaling may cause voluntary disruptions to defragment and compact nodes.
8787
Your cluster administrator or hosting provider should have documented what level of voluntary
88-
disruptions, if any, to expect.
88+
disruptions, if any, to expect. Certain configuration options, such as
89+
[using PriorityClasses](https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/)
90+
in your pod spec can also cause voluntary (and involuntary) disruptions.
8991

9092

9193
## Pod disruption budgets

0 commit comments

Comments
 (0)