Skip to content

Commit

Permalink
Merge pull request #49726 from sftim/20250211_formulae_node_watchdog
Browse files Browse the repository at this point in the history
Use math formula to show division
  • Loading branch information
k8s-ci-robot authored Feb 12, 2025
2 parents 740d4c5 + 8060982 commit d643216
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/docs/reference/node/systemd-watchdog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" >}}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d643216

Please sign in to comment.