From 8716bb6e1ed2e0ce17b84d6be9fcf5d1d1930de5 Mon Sep 17 00:00:00 2001 From: wiggitywhitney Date: Fri, 12 Nov 2021 06:34:30 -0600 Subject: [PATCH] Fix to reveal more info when plus is clicked --- content/en/docs/reference/glossary/pod-disruption.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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.