Skip to content

Commit b9331a8

Browse files
authored
Merge pull request #38171 from Syuparn/issue-38170
[ja] add startupProbe successThreshold limitation
2 parents 5f79b4a + d9cb7a7 commit b9331a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ Liveness ProbeおよびReadiness Probeのチェック動作をより正確に制
295295
* `periodSeconds`: Probeが実行される頻度(秒数)。デフォルトは10秒。最小値は1。
296296
* `timeoutSeconds`: Probeがタイムアウトになるまでの秒数。デフォルトは1秒。最小値は1。
297297
* `successThreshold`: 一度Probeが失敗した後、次のProbeが成功したとみなされるための最小連続成功数。
298-
デフォルトは1。Liveness Probeには1を設定する必要があります。最小値は1。
298+
デフォルトは1。Liveness ProbeおよびStartup Probeには1を設定する必要があります。最小値は1。
299299
* `failureThreshold`: Probeが失敗した場合、Kubernetesは`failureThreshold`に設定した回数までProbeを試行します。
300300
Liveness Probeにおいて、試行回数に到達することはコンテナを再起動することを意味します。
301301
Readiness Probeの場合は、Podが準備できていない状態として通知されます。デフォルトは3。最小値は1。

0 commit comments

Comments
 (0)