fix command kubectl get pods -w -l app=nginx output
This commit is contained in:
chenhuan12
2017-04-11 09:36:14 +08:00
committed by Andrew Chen
parent 2954d2b337
commit 179498ae3e
@@ -106,7 +106,6 @@ look like the example below.
```shell
kubectl get pods -w -l app=nginx
NAME READY STATUS RESTARTS AGE
NAME READY STATUS RESTARTS AGE
web-0 0/1 Pending 0 0s
web-0 0/1 Pending 0 0s
web-0 0/1 ContainerCreating 0 0s