diff --git a/content/en/docs/reference/glossary/pod-disruption.md b/content/en/docs/reference/glossary/pod-disruption.md index 1efd69dd4c..d92d607855 100644 --- a/content/en/docs/reference/glossary/pod-disruption.md +++ b/content/en/docs/reference/glossary/pod-disruption.md @@ -14,6 +14,11 @@ tags: - operation --- -[Pod disruption](/docs/concepts/workloads/pods/disruptions/) is the process by which Pods on Nodes are terminated either voluntarily or involuntarily. +[Pod disruption](/docs/concepts/workloads/pods/disruptions/) is the process by which +Pods on Nodes are terminated either voluntarily or involuntarily. -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. + + +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.