Merge pull request #46530 from sftim/20240524_improve_pod_container_restart_policy

Tweak heading level in Pod lifecycle concept page
pull/46534/head
Kubernetes Prow Robot 2024-05-24 16:51:10 -07:00 committed by GitHub
commit 9e5f66b351
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.