Completed pod not hidden anymore

Before the fix, the hello-world pod did not show up.
This commit is contained in:
Guillaume Charhon
2016-04-22 16:30:32 +02:00
parent c3b8cccb9f
commit 0d864fd1e7
+1 -1
View File
@@ -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
```