Merge pull request #422 from poiuytrez/patch-1

Completed pod not hidden anymore
This commit is contained in:
johndmulhausen
2016-04-26 11:26:52 -07:00
+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
```