From d8117f1e38d8791566971db4dc829357f9b5a969 Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Tue, 25 Apr 2017 19:56:23 +0800 Subject: [PATCH] fix the command output fix the command output --- .../getting-started-guides/centos/centos_manual_config.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started-guides/centos/centos_manual_config.md b/docs/getting-started-guides/centos/centos_manual_config.md index fe3adc3bb7..d5780d9552 100644 --- a/docs/getting-started-guides/centos/centos_manual_config.md +++ b/docs/getting-started-guides/centos/centos_manual_config.md @@ -216,10 +216,10 @@ kubectl config use-context default-context ```shell $ kubectl get nodes -NAME LABELS STATUS -centos-minion-1 Ready -centos-minion-2 Ready -centos-minion-3 Ready +NAME STATUS AGE VERSION +centos-minion-1 Ready 3d v1.6.0+fff5156 +centos-minion-2 Ready 3d v1.6.0+fff5156 +centos-minion-3 Ready 3d v1.6.0+fff5156 ``` **The cluster should be running! Launch a test pod.**