Skip to content

Commit

Permalink
Update pod-lifecycle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarceloPIB committed Nov 29, 2021
1 parent 269dad4 commit 6cb934b
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 @@ -159,7 +159,7 @@ through which the Pod has or has not passed:
* `PodScheduled`: the Pod has been scheduled to a node.
* `ContainersReady`: all containers in the Pod are ready.
* `Initialized`: all [init containers](/docs/concepts/workloads/pods/init-containers/)
have started successfully.
have completed successfully.
* `Ready`: the Pod is able to serve requests and should be added to the load
balancing pools of all matching Services.

Expand Down

0 comments on commit 6cb934b

Please sign in to comment.