Skip to content

Commit 0478f9b

Browse files
committed
chore: make --always-make markdownfmt
1 parent 87f2ff2 commit 0478f9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

runbook.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ This page collects this repositories alerts and begins the process of describing
190190
+ *Message*: `{{ $labels.node }} has active Condition {{ $labels.condition }}. This is caused by resource usage exceeding eviction thresholds.`
191191
+ *Severity*: info
192192
+ *Runbook*: [Link](https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubenodepressure/)
193-
# If soft thresholds are crossed, pods will be evicted respecting TerminationGracePeriod. If Hard thresholds are crossed grace period will be ignored.
193+
194+
# If soft thresholds are crossed, pods will be evicted respecting TerminationGracePeriod. If Hard thresholds are crossed grace period will be ignored.
194195

195196
##### Alert Name: "KubeNodeUnreachable"
196197
+ *Message*: `{{ $labels.node }} is unreachable and some workloads may be rescheduled.`
@@ -208,7 +209,7 @@ This page collects this repositories alerts and begins the process of describing
208209
+ *Runbook*: [Link](https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubenodereadinessflapping/)
209210

210211
##### Alert Name: "KubeNodeEvictions"
211-
+ *Message*: `Node {{ $labels.node }} is evicting Pods due to {{ $labels.eviction_signal }}. Eviction occurs when eviction thresholds are crossed, typically caused by Pods exceeding RAM/ephemeral-storage limits.`
212+
+ *Message*: `Node {{ $labels.node }} is evicting Pods due to {{ $labels.eviction_signal }}. Eviction occurs when eviction thresholds are crossed, typically caused by Pods exceeding RAM/ephemeral-storage limits.`
212213
+ *Severity*: info
213214
+ *Runbook*: [Link](https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubenodeevictions)
214215

0 commit comments

Comments
 (0)