Skip to content

Commit 347bd6a

Browse files
author
Tim Bannister
committed
Tweak heading level
Make “Container restart policy” fit within the topic of how Pods handle container problems; it belongs there.
1 parent 068ec93 commit 347bd6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,7 @@ To investigate the root cause of a `CrashLoopBackOff` issue, a user can:
196196
application code. Running this container image locally or in a development
197197
environment can help diagnose application specific issues.
198198

199-
200-
## Container restart policy {#restart-policy}
199+
### Container restart policy {#restart-policy}
201200

202201
The `spec` of a Pod has a `restartPolicy` field with possible values Always, OnFailure,
203202
and Never. The default value is Always.

0 commit comments

Comments
 (0)