From 1cca74c20d2f914c0b06583891c02dfbaac1f81e Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Wed, 8 Jul 2015 11:20:49 -0700 Subject: [PATCH] REASON to STATUS --- docs/getting-started-guides/logging-elasticsearch.md | 2 +- docs/getting-started-guides/logging.md | 4 ++-- docs/getting-started-guides/mesos.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/getting-started-guides/logging-elasticsearch.md b/docs/getting-started-guides/logging-elasticsearch.md index 51b88045d196e..672f8e51016ae 100644 --- a/docs/getting-started-guides/logging-elasticsearch.md +++ b/docs/getting-started-guides/logging-elasticsearch.md @@ -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 diff --git a/docs/getting-started-guides/logging.md b/docs/getting-started-guides/logging.md index 3f3c0347479d2..1f864b7d2baa4 100644 --- a/docs/getting-started-guides/logging.md +++ b/docs/getting-started-guides/logging.md @@ -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 @@ -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 diff --git a/docs/getting-started-guides/mesos.md b/docs/getting-started-guides/mesos.md index b6084b03ba241..7a6590fff9b4a 100644 --- a/docs/getting-started-guides/mesos.md +++ b/docs/getting-started-guides/mesos.md @@ -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 ```