From d920926f121acda33da55d0b2b75dce5c0070b6d Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Mon, 27 Mar 2017 11:39:23 +0800 Subject: [PATCH] fix the command output fix the command output --- .../run-stateless-ap-replication-controller.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/stateless-application/run-stateless-ap-replication-controller.md b/docs/tutorials/stateless-application/run-stateless-ap-replication-controller.md index 916b923fdc..ada0d36efd 100644 --- a/docs/tutorials/stateless-application/run-stateless-ap-replication-controller.md +++ b/docs/tutorials/stateless-application/run-stateless-ap-replication-controller.md @@ -205,8 +205,8 @@ A successful get command returns all replication controllers on the cluster in the specified or default namespace. For example: ```shell -CONTROLLER CONTAINER(S) IMAGE(S) SELECTOR REPLICAS -frontend php-redis redis name=frontend 2 +NAME DESIRED CURRENT READY AGE +frontend 2 2 2 1h ``` You can also use `get rc NAME` to return information about a specific