Merge pull request #10941 from caesarxuchao/getting-started-output

update the kubectl output in gettint-started-guides
This commit is contained in:
Victor Marmol
2015-07-08 15:55:44 -07:00
8 changed files with 38 additions and 39 deletions

View File

@@ -156,7 +156,7 @@ done
* Check to make sure the cluster can see the minion (on centos-master)
```
kubectl get minions
kubectl get nodes
NAME LABELS STATUS
centos-minion <none> Ready
```