Update expression content/ja/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Co-authored-by: inductor(Kohei) <kela@inductor.me>
This commit is contained in:
jinu
2020-06-02 12:59:53 +09:00
committed by GitHub
parent d29759e4d2
commit 20ff93a8cc
@@ -187,7 +187,7 @@ kubeletは、コンテナが起動してから5秒後に最初のReadiness Probe
この構成では、Readiness Probeに加えて、Liveness Probeが含まれています。
kubeletは、コンテナが起動してから15秒後に最初のLiveness Probeを実行します。
Readiness Probeと同様に、これは`goproxy`コンテナの8080ポートに対して接続を試みます。
Readiness Probeと同様に、これは`goproxy`コンテナの8080ポートに対して接続を試みます。
Liveness Probeが失敗した場合、コンテナは再起動されます。
TCPのチェックによるLiveness Probeを試すには、以下のようにPodを作成します: