update version info (#10408)

pull/10419/merge
SataQiu 2018-10-04 10:40:34 +08:00 committed by k8s-ci-robot
parent 96e18455cf
commit f950f0977e
1 changed files with 4 additions and 4 deletions

View File

@ -258,10 +258,10 @@ Sometimes when debugging it can be useful to look at the status of a node -- for
```shell
$ kubectl get nodes
NAME STATUS ROLES AGE VERSION
kubernetes-node-861h NotReady <none> 1h v1.11.1
kubernetes-node-bols Ready <none> 1h v1.11.1
kubernetes-node-st6x Ready <none> 1h v1.11.1
kubernetes-node-unaj Ready <none> 1h v1.11.1
kubernetes-node-861h NotReady <none> 1h v1.12.0
kubernetes-node-bols Ready <none> 1h v1.12.0
kubernetes-node-st6x Ready <none> 1h v1.12.0
kubernetes-node-unaj Ready <none> 1h v1.12.0
```
```shell