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

Co-authored-by: inductor(Kohei) <kela@inductor.me>
pull/21370/head
jinu 2020-06-02 12:58:53 +09:00 committed by GitHub
parent 8dac42316c
commit bda8d89e4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ kubeletは、コンテナが起動してから5秒後に最初のReadiness Probe
このProbeが成功すると、Podは準備ができていると通知されます。kubeletはこのチェックを10秒ごとに行います。
この構成では、Readiness Probeに加えて、Liveness Probeが含まれています。
kubeletは、コンテナが起動してから15秒後に、最初のLiveness Probeを行います。
kubeletは、コンテナが起動してから15秒後に最初のLiveness Probeを実行します。
Readiness Probeと同様に、これは`goproxy`コンテナの8080ポートに対して、接続を試みます。
Liveness Probeが失敗した場合、コンテナは再起動されます。