Skip to main content

📡 DaemonSet Monitor

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).

Example

apiVersion: v1
kind: Namespace
metadata:
name: kwatch
---
apiVersion: v1
kind: ConfigMap
metadata:
name: kwatch
namespace: kwatch
data:
config.yaml: |
daemonSetMonitor:
enabled: true
sustainedMinutes: 5