Skip to content

Commit bf1a799

Browse files
authored
Merge pull request #30458 from wiggitywhitney/pod-disruption-glossary
Fix to reveal more info when '[+]' is clicked
2 parents 99f80cc + 8716bb6 commit bf1a799

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/en/docs/reference/glossary/pod-disruption.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ tags:
1414
- operation
1515
---
1616

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.
1819

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

Comments
 (0)