Skip to content

Commit

Permalink
REASON to STATUS
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Xu committed Jul 8, 2015
1 parent 3cc1326 commit 1cca74c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started-guides/logging-elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ viewer should be running soon after the cluster comes to life.

```
$ kubectl get pods
NAME READY REASON RESTARTS AGE
NAME READY STATUS RESTARTS AGE
elasticsearch-logging-v1-78nog 1/1 Running 0 2h
elasticsearch-logging-v1-nj2nb 1/1 Running 0 2h
fluentd-elasticsearch-kubernetes-minion-5oq0 1/1 Running 0 2h
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started-guides/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Cluster level logging for Kubernetes allows us to collect logs which persist bey

```
$ kubectl get pods
NAME READY REASON RESTARTS AGE
NAME READY STATUS RESTARTS AGE
fluentd-cloud-logging-kubernetes-minion-0f64 1/1 Running 0 32m
fluentd-cloud-logging-kubernetes-minion-27gf 1/1 Running 0 32m
fluentd-cloud-logging-kubernetes-minion-pk22 1/1 Running 0 31m
Expand Down Expand Up @@ -45,7 +45,7 @@ This pod specification has one container which runs a bash script when the conta
We can observe the running pod:
```
$ kubectl get pods
NAME READY REASON RESTARTS AGE
NAME READY STATUS RESTARTS AGE
counter 1/1 Running 0 5m
fluentd-cloud-logging-kubernetes-minion-0f64 1/1 Running 0 55m
fluentd-cloud-logging-kubernetes-minion-27gf 1/1 Running 0 55m
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started-guides/mesos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

Expand Down

0 comments on commit 1cca74c

Please sign in to comment.