Merge pull request #49726 from sftim/20250211_formulae_node_watchdog

Use math formula to show division
pull/49733/head
Kubernetes Prow Robot 2025-02-12 15:12:20 -08:00 committed by GitHub
commit d6432164d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
content_type: "reference"
title: Kubelet Systemd Watchdog
weight: 80
math: true # for a division by 2
---
{{< feature-state feature_gate_name="SystemdWatchdog" >}}
@ -29,7 +30,7 @@ WatchdogSec=30s
```
Setting `WatchdogSec=30s` indicates a service watchdog timeout of 30 seconds.
Within the kubelet, the `sd_notify()` function is invoked, at intervals of `WatchdogSec` ÷ 2, to send
Within the kubelet, the `sd_notify()` function is invoked, at intervals of \\( WatchdogSec \div 2\\). to send
`WATCHDOG=1` (a keep-alive message). If the watchdog is not fed
within the timeout period, the kubelet will be killed. Setting `Restart`
to "always", "on-failure", "on-watchdog", or "on-abnormal" will ensure that the service