fix the command output (#3405)
* fix the command output fix kubectl get nodes output * Update manual.md
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user