fix the command output (#3405)

* fix the command output

fix kubectl get nodes output

* Update manual.md
This commit is contained in:
chenhuan12
2017-04-17 13:14:27 +08:00
committed by Andrew Chen
parent 715f8f3382
commit fb394d60de
+4 -4
View File
@@ -164,10 +164,10 @@ For example, use `$ kubectl get nodes` to see if all of your nodes are ready.
```shell ```shell
$ kubectl get nodes $ kubectl get nodes
NAME LABELS STATUS NAME STATUS AGE VERSION
10.10.103.162 kubernetes.io/hostname=10.10.103.162 Ready 10.10.103.162 Ready 3d v1.6.0+fff5156
10.10.103.223 kubernetes.io/hostname=10.10.103.223 Ready 10.10.103.223 Ready 3d v1.6.0+fff5156
10.10.103.250 kubernetes.io/hostname=10.10.103.250 Ready 10.10.103.250 Ready 3d v1.6.0+fff5156
``` ```
Also you can run Kubernetes [guest-example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/guestbook/) to build a redis backend cluster Also you can run Kubernetes [guest-example](https://github.com/kubernetes/kubernetes/tree/{{page.githubbranch}}/examples/guestbook/) to build a redis backend cluster