Update the version in the example (#11598)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
41d8a76c3c
commit
9833da206e
@@ -29,9 +29,9 @@ Kubernetes cluster.
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
NAME STATUS ROLES AGE VERSION
|
NAME STATUS ROLES AGE VERSION
|
||||||
worker0 Ready <none> 1d v1.12.0
|
worker0 Ready <none> 1d v1.13.0
|
||||||
worker1 Ready <none> 1d v1.12.0
|
worker1 Ready <none> 1d v1.13.0
|
||||||
worker2 Ready <none> 1d v1.12.0
|
worker2 Ready <none> 1d v1.13.0
|
||||||
```
|
```
|
||||||
1. Chose one of your nodes, and add a label to it:
|
1. Chose one of your nodes, and add a label to it:
|
||||||
|
|
||||||
@@ -51,9 +51,9 @@ Kubernetes cluster.
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
NAME STATUS ROLES AGE VERSION LABELS
|
NAME STATUS ROLES AGE VERSION LABELS
|
||||||
worker0 Ready <none> 1d v1.12.0 ...,disktype=ssd,kubernetes.io/hostname=worker0
|
worker0 Ready <none> 1d v1.13.0 ...,disktype=ssd,kubernetes.io/hostname=worker0
|
||||||
worker1 Ready <none> 1d v1.12.0 ...,kubernetes.io/hostname=worker1
|
worker1 Ready <none> 1d v1.13.0 ...,kubernetes.io/hostname=worker1
|
||||||
worker2 Ready <none> 1d v1.12.0 ...,kubernetes.io/hostname=worker2
|
worker2 Ready <none> 1d v1.13.0 ...,kubernetes.io/hostname=worker2
|
||||||
```
|
```
|
||||||
|
|
||||||
In the preceding output, you can see that the `worker0` node has a
|
In the preceding output, you can see that the `worker0` node has a
|
||||||
|
|||||||
@@ -257,10 +257,10 @@ Sometimes when debugging it can be useful to look at the status of a node -- for
|
|||||||
```shell
|
```shell
|
||||||
$ kubectl get nodes
|
$ kubectl get nodes
|
||||||
NAME STATUS ROLES AGE VERSION
|
NAME STATUS ROLES AGE VERSION
|
||||||
kubernetes-node-861h NotReady <none> 1h v1.12.0
|
kubernetes-node-861h NotReady <none> 1h v1.13.0
|
||||||
kubernetes-node-bols Ready <none> 1h v1.12.0
|
kubernetes-node-bols Ready <none> 1h v1.13.0
|
||||||
kubernetes-node-st6x Ready <none> 1h v1.12.0
|
kubernetes-node-st6x Ready <none> 1h v1.13.0
|
||||||
kubernetes-node-unaj Ready <none> 1h v1.12.0
|
kubernetes-node-unaj Ready <none> 1h v1.13.0
|
||||||
```
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
@@ -61,9 +61,9 @@ a `proxyMode` endpoint:
|
|||||||
```console
|
```console
|
||||||
$ kubectl get nodes
|
$ kubectl get nodes
|
||||||
NAME STATUS ROLES AGE VERSION
|
NAME STATUS ROLES AGE VERSION
|
||||||
kubernetes-minion-group-6jst Ready <none> 2h v1.12.0
|
kubernetes-minion-group-6jst Ready <none> 2h v1.13.0
|
||||||
kubernetes-minion-group-cx31 Ready <none> 2h v1.12.0
|
kubernetes-minion-group-cx31 Ready <none> 2h v1.13.0
|
||||||
kubernetes-minion-group-jj1t Ready <none> 2h v1.12.0
|
kubernetes-minion-group-jj1t Ready <none> 2h v1.13.0
|
||||||
|
|
||||||
kubernetes-minion-group-6jst $ curl localhost:10249/proxyMode
|
kubernetes-minion-group-6jst $ curl localhost:10249/proxyMode
|
||||||
iptables
|
iptables
|
||||||
|
|||||||
Reference in New Issue
Block a user