From 0d864fd1e7243e2c3487d70b7521bc602688b96d Mon Sep 17 00:00:00 2001 From: Guillaume Charhon Date: Fri, 22 Apr 2016 16:30:32 +0200 Subject: [PATCH] Completed pod not hidden anymore Before the fix, the hello-world pod did not show up. --- docs/user-guide/configuring-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configuring-containers.md b/docs/user-guide/configuring-containers.md index a48ab34970..afe942fdef 100644 --- a/docs/user-guide/configuring-containers.md +++ b/docs/user-guide/configuring-containers.md @@ -117,7 +117,7 @@ The `READY` column shows how many containers in the pod are running. Almost immediately after it starts running, this command will terminate. `kubectl` shows that the container is no longer running and displays the exit status: ```shell -$ kubectl get pods +$ kubectl get pods --show-all NAME READY STATUS RESTARTS AGE hello-world 0/1 ExitCode:0 0 15s ```