diff --git a/content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md b/content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md index d1b0a42128..7b7c912123 100644 --- a/content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md +++ b/content/en/docs/tasks/configure-pod-container/assign-pods-nodes.md @@ -29,9 +29,9 @@ Kubernetes cluster. ```shell NAME STATUS ROLES AGE VERSION - worker0 Ready 1d v1.12.0 - worker1 Ready 1d v1.12.0 - worker2 Ready 1d v1.12.0 + worker0 Ready 1d v1.13.0 + worker1 Ready 1d v1.13.0 + worker2 Ready 1d v1.13.0 ``` 1. Chose one of your nodes, and add a label to it: @@ -51,9 +51,9 @@ Kubernetes cluster. ```shell NAME STATUS ROLES AGE VERSION LABELS - worker0 Ready 1d v1.12.0 ...,disktype=ssd,kubernetes.io/hostname=worker0 - worker1 Ready 1d v1.12.0 ...,kubernetes.io/hostname=worker1 - worker2 Ready 1d v1.12.0 ...,kubernetes.io/hostname=worker2 + worker0 Ready 1d v1.13.0 ...,disktype=ssd,kubernetes.io/hostname=worker0 + worker1 Ready 1d v1.13.0 ...,kubernetes.io/hostname=worker1 + worker2 Ready 1d v1.13.0 ...,kubernetes.io/hostname=worker2 ``` In the preceding output, you can see that the `worker0` node has a diff --git a/content/en/docs/tasks/debug-application-cluster/debug-application-introspection.md b/content/en/docs/tasks/debug-application-cluster/debug-application-introspection.md index e64ba4db1d..e56f91f947 100644 --- a/content/en/docs/tasks/debug-application-cluster/debug-application-introspection.md +++ b/content/en/docs/tasks/debug-application-cluster/debug-application-introspection.md @@ -257,10 +257,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 1h v1.12.0 -kubernetes-node-bols Ready 1h v1.12.0 -kubernetes-node-st6x Ready 1h v1.12.0 -kubernetes-node-unaj Ready 1h v1.12.0 +kubernetes-node-861h NotReady 1h v1.13.0 +kubernetes-node-bols Ready 1h v1.13.0 +kubernetes-node-st6x Ready 1h v1.13.0 +kubernetes-node-unaj Ready 1h v1.13.0 ``` ```shell diff --git a/content/en/docs/tutorials/services/source-ip.md b/content/en/docs/tutorials/services/source-ip.md index 536f17c509..5d2accce83 100644 --- a/content/en/docs/tutorials/services/source-ip.md +++ b/content/en/docs/tutorials/services/source-ip.md @@ -61,9 +61,9 @@ a `proxyMode` endpoint: ```console $ kubectl get nodes NAME STATUS ROLES AGE VERSION -kubernetes-minion-group-6jst Ready 2h v1.12.0 -kubernetes-minion-group-cx31 Ready 2h v1.12.0 -kubernetes-minion-group-jj1t Ready 2h v1.12.0 +kubernetes-minion-group-6jst Ready 2h v1.13.0 +kubernetes-minion-group-cx31 Ready 2h v1.13.0 +kubernetes-minion-group-jj1t Ready 2h v1.13.0 kubernetes-minion-group-6jst $ curl localhost:10249/proxyMode iptables