From f5d455edeef3a351e6e371938bf18c4fc8262d10 Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Fri, 26 May 2017 09:50:53 +0800 Subject: [PATCH] fix the command output fix the command output --- docs/getting-started-guides/fedora/fedora_manual_config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-guides/fedora/fedora_manual_config.md b/docs/getting-started-guides/fedora/fedora_manual_config.md index 5e8d74efa8..9d34f00d80 100644 --- a/docs/getting-started-guides/fedora/fedora_manual_config.md +++ b/docs/getting-started-guides/fedora/fedora_manual_config.md @@ -125,7 +125,7 @@ Now create a node object internally in your Kubernetes cluster by running: $ kubectl create -f ./node.json $ kubectl get nodes -NAME STATUS AGE +NAME STATUS AGE VERSION fed-node Unknown 4h ``` @@ -172,7 +172,7 @@ done ```shell kubectl get nodes -NAME STATUS AGE +NAME STATUS AGE VERSION fed-node Ready 4h ```