Skip to content

Commit

Permalink
Merge pull request #48638 from hh1394/patch-1
Browse files Browse the repository at this point in the history
Fix typo in "Pod Lifecycle" page
  • Loading branch information
k8s-ci-robot authored Nov 4, 2024
2 parents f837252 + 92cbf0d commit dba901e
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ assigning a Pod to a specific node is called _binding_, and the process of selec
which node to use is called _scheduling_.
Once a Pod has been scheduled and is bound to a node, Kubernetes tries
to run that Pod on the node. The Pod runs on that node until it stops, or until the Pod
is [terminated](#pod-termination); if Kubernetes isn't able start the Pod on the selected
is [terminated](#pod-termination); if Kubernetes isn't able to start the Pod on the selected
node (for example, if the node crashes before the Pod starts), then that particular Pod
never starts.

Expand Down

0 comments on commit dba901e

Please sign in to comment.