Skip to content

Commit

Permalink
Remove Redundant 'the' word in pod-lifecycle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMehraji committed Apr 25, 2024
1 parent 2b089db commit 2e84e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/workloads/pods/pod-lifecycle.md
Expand Up @@ -150,7 +150,7 @@ the `Terminated` state.
Kubernetes manages container failures within Pods using a [`restartPolicy`](#restart-policy) defined in the Pod `spec`. This policy determines how Kubernetes reacts to containers exiting due to errors or other reasons, which falls in the following sequence:

1. **Initial crash**: Kubernetes attempts an immediate restart based on the Pod `restartPolicy`.
1. **Repeated crashes**: After the the initial crash Kubernetes applies an exponential
1. **Repeated crashes**: After the initial crash Kubernetes applies an exponential
backoff delay for subsequent restarts, described in [`restartPolicy`](#restart-policy).
This prevents rapid, repeated restart attempts from overloading the system.
1. **CrashLoopBackOff state**: This indicates that the backoff delay mechanism is currently
Expand Down

0 comments on commit 2e84e96

Please sign in to comment.