Skip to content

Commit 1d70a80

Browse files
committed
chore: markdownfmt
1 parent 87f56da commit 1d70a80

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

runbook.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,7 @@ This page collects this repositories alerts and begins the process of describing
122122
##### Alert Name: "KubePdbNotEnoughHealthyPods"
123123
+ *Message*: `PDB {{ $labels.namespace }}/{{ $labels.poddisruptionbudget }} expects {{ $value }} more healthy pods. The desired number of healthy pods has not been met for at least 15m.`
124124
+ *Severity*: warning
125-
+ *Action*: Check the status of the PDB using
126-
`kubectl get poddisruptionbudgets <pdb> -o yaml` and
127-
compare `status.currentHealthy` with `status.desiredHealthy`.
128-
Check the Kubernetes documentation for more information about
129-
[pod distruptions](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/).
125+
+ *Action*: Check the status of the PDB using `kubectl get poddisruptionbudgets <pdb> -o yaml` and compare `status.currentHealthy` with `status.desiredHealthy`. Check the Kubernetes documentation for more information about [pod distruptions](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/).
130126
+ *Runbook*: [Link](https://runbooks.prometheus-operator.dev/runbooks/kubernetes/kubepdbnotenoughhealthypods/)
131127

132128
### Group Name: "kubernetes-resources"

0 commit comments

Comments
 (0)