Back to Talos

WatchdogTimerConfig

website/content/v1.13/reference/configuration/runtime/watchdogtimerconfig.md

1.13.0682 B
Original Source
<!-- markdownlint-disable -->

{{< highlight yaml >}} apiVersion: v1alpha1 kind: WatchdogTimerConfig device: /dev/watchdog0 # Path to the watchdog device. timeout: 2m0s # Timeout for the watchdog. {{< /highlight >}}

FieldTypeDescriptionValue(s)
devicestringPath to the watchdog device. <details><summary>Show example(s)</summary>{{< highlight yaml >}}
device: /dev/watchdog0
{{< /highlight >}}</details>
timeoutDurationTimeout 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. | |