File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/en/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -80,12 +80,14 @@ Here are some ways to mitigate involuntary disruptions:
80
80
[ multi-zone cluster] ( /docs/setup/multiple-zones ) .)
81
81
82
82
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
84
84
may run some additional services which cause voluntary disruptions. For example,
85
85
rolling out node software updates can cause voluntary disruptions. Also, some implementations
86
86
of cluster (node) autoscaling may cause voluntary disruptions to defragment and compact nodes.
87
87
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.
89
91
90
92
91
93
## Pod disruption budgets
You can’t perform that action at this time.
0 commit comments