Skip to content

Commit 1111058

Browse files
authored
Merge pull request #46020 from AliMehraji/main
Remove Redundant 'the' word in pod-lifecycle.md
2 parents 2b089db + 2e84e96 commit 1111058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ the `Terminated` state.
150150
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:
151151

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

0 commit comments

Comments
 (0)