From 507d9dff984bf961460315dc24fcc0acc68920a9 Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Tue, 25 Apr 2017 19:29:58 +0800 Subject: [PATCH] fix the command output fix the command output --- docs/getting-started-guides/libvirt-coreos.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started-guides/libvirt-coreos.md b/docs/getting-started-guides/libvirt-coreos.md index ca2e9e7d75..9fb9728c6c 100644 --- a/docs/getting-started-guides/libvirt-coreos.md +++ b/docs/getting-started-guides/libvirt-coreos.md @@ -183,10 +183,10 @@ You can check that the Kubernetes cluster is working with: ```shell $ kubectl get nodes -NAME LABELS STATUS -192.168.10.2 Ready -192.168.10.3 Ready -192.168.10.4 Ready +NAME STATUS AGE VERSION +192.168.10.2 Ready 4h v1.6.0+fff5156 +192.168.10.3 Ready 4h v1.6.0+fff5156 +192.168.10.4 Ready 4h v1.6.0+fff5156 ``` The VMs are running [CoreOS](https://coreos.com/).