From 913b8f555ef0454b453728299dbd588543cb08b5 Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Tue, 25 Apr 2017 19:50:39 +0800 Subject: [PATCH] fix the command output fix the command output --- .../getting-started-guides/fedora/fedora_manual_config.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started-guides/fedora/fedora_manual_config.md b/docs/getting-started-guides/fedora/fedora_manual_config.md index 1f3f892007..e5be0f4d7e 100644 --- a/docs/getting-started-guides/fedora/fedora_manual_config.md +++ b/docs/getting-started-guides/fedora/fedora_manual_config.md @@ -125,8 +125,8 @@ Now create a node object internally in your Kubernetes cluster by running: $ kubectl create -f ./node.json $ kubectl get nodes -NAME LABELS STATUS -fed-node name=fed-node-label Unknown +NAME STATUS AGE +fed-node Unknown 4h ``` Please note that in the above, it only creates a representation for the node @@ -172,8 +172,8 @@ done ```shell kubectl get nodes -NAME LABELS STATUS -fed-node name=fed-node-label Ready +NAME STATUS AGE +fed-node Ready 4h ``` * Deletion of nodes: