WatchdogTimerConfig
WatchdogTimerConfig is a watchdog timer config document.
apiVersion: v1alpha1
kind: WatchdogTimerConfig
device: /dev/watchdog0 # Path to the watchdog device.
timeout: 2m0s # Timeout for the watchdog.
Field | Type | Description | Value(s) |
---|---|---|---|
device | string | Path to the watchdog device. Show example(s)
| |
timeout | Duration | Timeout for the watchdog.If Talos is unresponsive for this duration, the watchdog will reset the system. Default value is 1 minute, minimum value is 10 seconds. |
Last modified February 13, 2024: feat: support hardware watchdog timers (945648914)