Skip to content

Commit 8060982

Browse files
Tim Bannisterdivya-mohan0209
andcommitted
Use math formula to show division
Co-authored-by: Divya Mohan <[email protected]>
1 parent b18fcfb commit 8060982

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/reference/node/systemd-watchdog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
content_type: "reference"
33
title: Kubelet Systemd Watchdog
44
weight: 80
5+
math: true # for a division by 2
56
---
67

78
{{< feature-state feature_gate_name="SystemdWatchdog" >}}
@@ -29,7 +30,7 @@ WatchdogSec=30s
2930
```
3031

3132
Setting `WatchdogSec=30s` indicates a service watchdog timeout of 30 seconds.
32-
Within the kubelet, the `sd_notify()` function is invoked, at intervals of `WatchdogSec` ÷ 2, to send
33+
Within the kubelet, the `sd_notify()` function is invoked, at intervals of \\( WatchdogSec \div 2\\). to send
3334
`WATCHDOG=1` (a keep-alive message). If the watchdog is not fed
3435
within the timeout period, the kubelet will be killed. Setting `Restart`
3536
to "always", "on-failure", "on-watchdog", or "on-abnormal" will ensure that the service

0 commit comments

Comments
 (0)