From 06b396ff1ecde917f47117e67b77c269fa90d5e3 Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Tue, 5 Sep 2017 11:00:37 +0800 Subject: [PATCH] fix the command output fix the command output --- docs/getting-started-guides/scratch.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started-guides/scratch.md b/docs/getting-started-guides/scratch.md index 5894732059..de475a07bb 100644 --- a/docs/getting-started-guides/scratch.md +++ b/docs/getting-started-guides/scratch.md @@ -864,10 +864,10 @@ Example usage and output: ```shell KUBECTL_PATH=$(which kubectl) NUM_NODES=3 KUBERNETES_PROVIDER=local cluster/validate-cluster.sh Found 3 node(s). -NAME STATUS AGE -node1.local Ready 1h -node2.local Ready 1h -node3.local Ready 1h +NAME STATUS AGE VERSION +node1.local Ready 1h v1.6.9+a3d1dfa6f4335 +node2.local Ready 1h v1.6.9+a3d1dfa6f4335 +node3.local Ready 1h v1.6.9+a3d1dfa6f4335 Validate output: NAME STATUS MESSAGE ERROR controller-manager Healthy ok