REASON to STATUS

This commit is contained in:
Chao Xu
2015-07-08 11:20:49 -07:00
parent 3cc13260ba
commit 1cca74c20d
3 changed files with 5 additions and 5 deletions

View File

@@ -137,7 +137,7 @@ Interact with the kubernetes-mesos framework via `kubectl`:
```bash
$ kubectl get pods
NAME READY REASON RESTARTS AGE
NAME READY STATUS RESTARTS AGE
```
```bash
@@ -183,7 +183,7 @@ We can use the `kubectl` interface to monitor the status of our pod:
```bash
$ kubectl get pods
NAME READY REASON RESTARTS AGE
NAME READY STATUS RESTARTS AGE
nginx 1/1 Running 0 14s
```