We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 719e87a + 2b7ce28 commit 23e2c03Copy full SHA for 23e2c03
content/ja/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
@@ -291,6 +291,8 @@ Liveness ProbeおよびReadiness Probeのチェック動作をより正確に制
291
292
* `initialDelaySeconds`: コンテナが起動してから、Liveness ProbeまたはReadiness Probeが開始されるまでの秒数。デフォルトは0秒。最小値は0。
293
* `periodSeconds`: Probeが実行される頻度(秒数)。デフォルトは10秒。最小値は1。
294
+コンテナが起動してから準備が整うまでの間、`periodSeconds`で指定した間隔とは異なるタイミングでReadiness Probeが実行される場合があります。
295
+これは、Podをより早く準備完了の状態に移行させるためです。
296
* `timeoutSeconds`: Probeがタイムアウトになるまでの秒数。デフォルトは1秒。最小値は1。
297
* `successThreshold`: 一度Probeが失敗した後、次のProbeが成功したとみなされるための最小連続成功数。
298
デフォルトは1。Liveness ProbeおよびStartup Probeには1を設定する必要があります。最小値は1。
0 commit comments