From b8e9488d84941822bd7828dce1ad0180ae44f431 Mon Sep 17 00:00:00 2001 From: Riley Littlefield Date: Sun, 13 Sep 2020 22:47:25 -0400 Subject: [PATCH] Fixes typo --- 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 31a92593da..9dc37c357c 100644 --- a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md +++ b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md @@ -99,7 +99,7 @@ assigns a Pod to a Node, the kubelet starts creating containers for that Pod using a {{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}. There are three possible container states: `Waiting`, `Running`, and `Terminated`. -To the check state of a Pod's containers, you can use +To check the state of a Pod's containers, you can use `kubectl describe pod `. The output shows the state for each container within that Pod.