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/).