mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-18 16:01:18 +01:00
Fork docs, introduce version contract for 1.8. Clean up old version contracts 0.8-0.14. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
835 B
835 B
description, title
| description | title |
|---|---|
| WatchdogTimerConfig is a watchdog timer config document. | WatchdogTimerConfig |
{{< highlight yaml >}} apiVersion: v1alpha1 kind: WatchdogTimerConfig device: /dev/watchdog0 # Path to the watchdog device. timeout: 2m0s # Timeout for the watchdog. {{< /highlight >}}
| Field | Type | Description | Value(s) |
|---|---|---|---|
device |
string | Path to the watchdog device. Show example(s){{< highlight yaml >}} |
|
| device: /dev/watchdog0 | |||
| {{< /highlight >}} | |||
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. |