You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runbook.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,11 +122,7 @@ This page collects this repositories alerts and begins the process of describing
122
122
##### Alert Name: "KubePdbNotEnoughHealthyPods"
123
123
+*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.`
124
124
+*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
+*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/).
0 commit comments