Merge pull request #26792 from lsq645599166/caution_callout
change callout from warning to caution
This commit is contained in:
commit
8def01fc50
|
@ -293,9 +293,9 @@ Services.
|
||||||
Readiness probes runs on the container during its whole lifecycle.
|
Readiness probes runs on the container during its whole lifecycle.
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
||||||
{{< warning >}}
|
{{< caution >}}
|
||||||
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.
|
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.
|
||||||
{{< /warning >}}
|
{{< /caution >}}
|
||||||
|
|
||||||
Readiness probes are configured similarly to liveness probes. The only difference
|
Readiness probes are configured similarly to liveness probes. The only difference
|
||||||
is that you use the `readinessProbe` field instead of the `livenessProbe` field.
|
is that you use the `readinessProbe` field instead of the `livenessProbe` field.
|
||||||
|
|
Loading…
Reference in New Issue