Tweak heading level
Make “Container restart policy” fit within the topic of how Pods handle container problems; it belongs there.pull/46530/head
parent
068ec93628
commit
347bd6a6ea
|
@ -196,8 +196,7 @@ To investigate the root cause of a `CrashLoopBackOff` issue, a user can:
|
|||
application code. Running this container image locally or in a development
|
||||
environment can help diagnose application specific issues.
|
||||
|
||||
|
||||
## Container restart policy {#restart-policy}
|
||||
### Container restart policy {#restart-policy}
|
||||
|
||||
The `spec` of a Pod has a `restartPolicy` field with possible values Always, OnFailure,
|
||||
and Never. The default value is Always.
|
||||
|
|
Loading…
Reference in New Issue