Skip to content

Commit db117c0

Browse files
authored
Merge pull request #49796 from sftim/20250216_formulae_pod_lifecycle
Pod lifecycle concept: use formula for clearer math
2 parents 535b1e6 + 932474b commit db117c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Pod Lifecycle
33
content_type: concept
44
weight: 30
5+
math: true
56
---
67

78
<!-- overview -->
@@ -547,8 +548,9 @@ come into service. Rather than set a long liveness interval, you can configure
547548
a separate configuration for probing the container as it starts up, allowing
548549
a time longer than the liveness interval would allow.
549550

551+
<!-- ensure front matter contains math: true -->
550552
If your container usually starts in more than
551-
`initialDelaySeconds + failureThreshold × periodSeconds`, you should specify a
553+
\\( initialDelaySeconds + failureThreshold \times periodSeconds \\), you should specify a
552554
startup probe that checks the same endpoint as the liveness probe. The default for
553555
`periodSeconds` is 10s. You should then set its `failureThreshold` high enough to
554556
allow the container to start, without changing the default values of the liveness

0 commit comments

Comments
 (0)