From 6cb934ba19173e227e6c1d63dc3e58da2d698005 Mon Sep 17 00:00:00 2001 From: gbarceloPIB <77483241+gbarceloPIB@users.noreply.github.com> Date: Mon, 29 Nov 2021 13:59:13 +0100 Subject: [PATCH] Update pod-lifecycle.md --- content/en/docs/concepts/workloads/pods/pod-lifecycle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md index 75e4a0ba34..b3a0d81337 100644 --- a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md +++ b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md @@ -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.