Skip to content

Commit

Permalink
The version information displayed on the page is outdated (kubernetes…
Browse files Browse the repository at this point in the history
  • Loading branch information
xichengliudui authored and k8s-ci-robot committed Oct 4, 2018
1 parent 8801499 commit ab96cc7
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Kubernetes cluster.

```shell
NAME STATUS ROLES AGE VERSION
worker0 Ready <none> 1d v1.11.1
worker1 Ready <none> 1d v1.11.1
worker2 Ready <none> 1d v1.11.1
worker0 Ready <none> 1d v1.12.0
worker1 Ready <none> 1d v1.12.0
worker2 Ready <none> 1d v1.12.0
```
1. Chose one of your nodes, and add a label to it:

Expand All @@ -51,9 +51,9 @@ Kubernetes cluster.

```shell
NAME STATUS ROLES AGE VERSION LABELS
worker0 Ready <none> 1d v1.11.1 ...,disktype=ssd,kubernetes.io/hostname=worker0
worker1 Ready <none> 1d v1.11.1 ...,kubernetes.io/hostname=worker1
worker2 Ready <none> 1d v1.11.1 ...,kubernetes.io/hostname=worker2
worker0 Ready <none> 1d v1.12.0 ...,disktype=ssd,kubernetes.io/hostname=worker0
worker1 Ready <none> 1d v1.12.0 ...,kubernetes.io/hostname=worker1
worker2 Ready <none> 1d v1.12.0 ...,kubernetes.io/hostname=worker2
```

In the preceding output, you can see that the `worker0` node has a
Expand Down

0 comments on commit ab96cc7

Please sign in to comment.