Skip to content

Commit 1d91623

Browse files
authored
Merge pull request #23025 from cedarkuo/udpate-pod-lifecycle-doc
Fix pod-lifecycle typo bescheduled.
2 parents bfcf36d + 6622de0 commit 1d91623

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
@@ -78,7 +78,7 @@ Here are the possible values for `phase`:
7878

7979
Value | Description
8080
:-----|:-----------
81-
`Pending` | The Pod has been accepted by the Kubernetes cluster, but one or more of the containers has not been set up and made ready to run. This includes time a Pod spends waiting to bescheduled as well as the time spent downloading container images over the network.
81+
`Pending` | The Pod has been accepted by the Kubernetes cluster, but one or more of the containers has not been set up and made ready to run. This includes time a Pod spends waiting to be scheduled as well as the time spent downloading container images over the network.
8282
`Running` | The Pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting.
8383
`Succeeded` | All containers in the Pod have terminated in success, and will not be restarted.
8484
`Failed` | All containers in the Pod have terminated, and at least one container has terminated in failure. That is, the container either exited with non-zero status or was terminated by the system.

0 commit comments

Comments
 (0)