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
Copy file name to clipboardExpand all lines: content/en/docs/reference/glossary/pod-disruption.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,11 @@ tags:
14
14
- operation
15
15
---
16
16
17
-
[Pod disruption](/docs/concepts/workloads/pods/disruptions/) is the process by which Pods on Nodes are terminated either voluntarily or involuntarily.
17
+
[Pod disruption](/docs/concepts/workloads/pods/disruptions/) is the process by which
18
+
Pods on Nodes are terminated either voluntarily or involuntarily.
18
19
19
-
Voluntary disruptions are started intentionally by application owners or cluster administrators. Involuntary disruptions are unintentional and can be triggered by unavoidable issues like Nodes running out of resources, or by accidental deletions.
20
+
<!--more-->
21
+
22
+
Voluntary disruptions are started intentionally by application owners or cluster
23
+
administrators. Involuntary disruptions are unintentional and can be triggered by
24
+
unavoidable issues like Nodes running out of resources, or by accidental deletions.
0 commit comments