Merge pull request #422 from poiuytrez/patch-1
Completed pod not hidden anymore
This commit is contained in:
@@ -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:
|
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
|
```shell
|
||||||
$ kubectl get pods
|
$ kubectl get pods --show-all
|
||||||
NAME READY STATUS RESTARTS AGE
|
NAME READY STATUS RESTARTS AGE
|
||||||
hello-world 0/1 ExitCode:0 0 15s
|
hello-world 0/1 ExitCode:0 0 15s
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user