Skip to content

Commit 9d6e7bd

Browse files
authored
Merge pull request #51408 from bscott-rh/BZ-2064084
BZ-2064084 updating pod restart description
2 parents 50ca914 + b9d7ea1 commit 9d6e7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/nodes-pods-configuring-restart.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The policy applies to all Containers in that pod.
1111

1212
The possible values are:
1313

14-
* `Always` - Tries restarting a successfully exited Container on the pod continuously, with an exponential back-off delay (10s, 20s, 40s) until the pod is restarted. The default is `Always`.
14+
* `Always` - Tries restarting a successfully exited Container on the pod continuously, with an exponential back-off delay (10s, 20s, 40s) capped at 5 minutes. The default is `Always`.
1515
* `OnFailure` - Tries restarting a failed Container on the pod with an exponential back-off delay (10s, 20s, 40s) capped at 5 minutes.
1616
* `Never` - Does not try to restart exited or failed Containers on the pod. Pods immediately fail and exit.
1717

0 commit comments

Comments
 (0)