Tweak heading level

Make “Container restart policy” fit within the topic of how Pods handle
container problems; it belongs there.
pull/46530/head
Tim Bannister 2024-05-24 21:55:04 +01:00
parent 068ec93628
commit 347bd6a6ea
1 changed files with 1 additions and 2 deletions

View File

@ -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.