replace REASON column with STATUS in kubectl output in examples/

This commit is contained in:
Chao Xu
2015-07-07 13:42:05 -07:00
parent 0947b2715a
commit 336c17b87b
5 changed files with 11 additions and 11 deletions

View File

@@ -50,7 +50,7 @@ You can report the running pods, [replication controllers](../../docs/replicatio
```
$ make get
../../cluster/kubectl.sh get pods
NAME READY REASON RESTARTS AGE
NAME READY STATUS RESTARTS AGE
elasticsearch-logging-v1-gzknt 1/1 Running 0 11m
elasticsearch-logging-v1-swgzc 1/1 Running 0 11m
fluentd-elasticsearch-kubernetes-minion-1rtv 1/1 Running 0 11m