Delete an useless line in liveness

Delete an useless line in liveness: `mwielgus@mwielgusd:~/test/k2/kubernetes/examples/liveness$ kubectl get pods`
This commit is contained in:
qiaolei 2015-09-06 18:54:23 +08:00
parent e6e69e31ec
commit 33b4cb91c1

View File

@ -96,7 +96,6 @@ Check the status half a minute later, you will see the container restart count b
```console
$ kubectl get pods
mwielgus@mwielgusd:~/test/k2/kubernetes/examples/liveness$ kubectl get pods
NAME READY STATUS RESTARTS AGE
[...]
liveness-exec 1/1 Running 1 36s