fix the command output

fix the command output
This commit is contained in:
chenhuan12
2017-04-25 19:56:23 +08:00
committed by Andrew Chen
parent 913b8f555e
commit d8117f1e38
@@ -216,10 +216,10 @@ kubectl config use-context default-context
```shell
$ kubectl get nodes
NAME LABELS STATUS
centos-minion-1 <none> Ready
centos-minion-2 <none> Ready
centos-minion-3 <none> Ready
NAME STATUS AGE VERSION
centos-minion-1 Ready 3d v1.6.0+fff5156
centos-minion-2 Ready 3d v1.6.0+fff5156
centos-minion-3 Ready 3d v1.6.0+fff5156
```
**The cluster should be running! Launch a test pod.**