From fe11347d6ffa8b63743dadc6e8d699174a150486 Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Mon, 4 Sep 2017 15:46:47 +0800 Subject: [PATCH] fix the command output fix the command output --- .../workloads/controllers/replicationcontroller.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/concepts/workloads/controllers/replicationcontroller.md b/docs/concepts/workloads/controllers/replicationcontroller.md index e4b2529c95..42f929317f 100644 --- a/docs/concepts/workloads/controllers/replicationcontroller.md +++ b/docs/concepts/workloads/controllers/replicationcontroller.md @@ -55,11 +55,20 @@ Check on the status of the ReplicationController using this command: $ kubectl describe replicationcontrollers/nginx Name: nginx Namespace: default -Image(s): nginx Selector: app=nginx Labels: app=nginx +Annotations: Replicas: 3 current / 3 desired Pods Status: 0 Running / 3 Waiting / 0 Succeeded / 0 Failed +Pod Template: + Labels: app=nginx + Containers: + nginx: + Image: nginx + Port: 80/TCP + Environment: + Mounts: + Volumes: Events: FirstSeen LastSeen Count From SubobjectPath Type Reason Message --------- -------- ----- ---- ------------- ---- ------ -------