From b0e5c1f195808bdd18d842219a929f0aabbc6acc Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Tue, 25 Apr 2017 19:32:31 +0800 Subject: [PATCH] fix the command output fix the command output --- docs/getting-started-guides/openstack-heat.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started-guides/openstack-heat.md b/docs/getting-started-guides/openstack-heat.md index 8a2fd52d11..3eb759769f 100644 --- a/docs/getting-started-guides/openstack-heat.md +++ b/docs/getting-started-guides/openstack-heat.md @@ -129,10 +129,10 @@ You can also list the nodes in your cluster: ```console ./cluster/kubectl.sh get nodes -NAME STATUS AGE -kubernetesstack-node-ojszyjtr Ready 42m -kubernetesstack-node-tzotzcbp Ready 46m -kubernetesstack-node-uah8pkju Ready 47m +NAME STATUS AGE VERSION +kubernetesstack-node-ojszyjtr Ready 42m v1.6.0+fff5156 +kubernetesstack-node-tzotzcbp Ready 46m v1.6.0+fff5156 +kubernetesstack-node-uah8pkju Ready 47m v1.6.0+fff5156 ``` Being a new cluster, there will be no pods or replication controllers in the default namespace: