Skip to content

Commit 8def01f

Browse files
authored
Merge pull request #26792 from lsq645599166/caution_callout
change callout from warning to caution
2 parents 133ec01 + 77ecc22 commit 8def01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ Services.
293293
Readiness probes runs on the container during its whole lifecycle.
294294
{{< /note >}}
295295

296-
{{< warning >}}
296+
{{< caution >}}
297297
Liveness probes *do not* wait for readiness probes to succeed. If you want to wait before executing a liveness probe you should use initialDelaySeconds or a startupProbe.
298-
{{< /warning >}}
298+
{{< /caution >}}
299299

300300
Readiness probes are configured similarly to liveness probes. The only difference
301301
is that you use the `readinessProbe` field instead of the `livenessProbe` field.

0 commit comments

Comments
 (0)