Skip to main content

📡 DaemonSet monitor

A DaemonSet keeps one Pod on each matching node. This monitor tells you when one or more of those Pods cannot run.

Watches for DaemonSets that have unavailable pods.

ParameterTypeDefaultDescription
daemonSetMonitor.enabledbooltrueWatch for unavailable DaemonSet pods.
daemonSetMonitor.sustainedMinutesint5Debounce before alerting (avoids noise from rolling updates and brief node blips).

Configuration fragment

Add this fragment through kwatch.sh's Configure settings flow, or merge it into the configuration file used by your existing supported installation:

daemonSetMonitor:
enabled: true
sustainedMinutes: 5