Merge pull request #3121 from mirake/fix-typos

Typo fix: adresses -> addresses
This commit is contained in:
k8s-ci-robot 2018-09-24 08:19:56 -07:00 committed by GitHub
commit ab11a8da56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ Obtain the IP address of the nodes in the running cluster:
kubectl get nodes -o wide kubectl get nodes -o wide
``` ```
In some cases where the node only have internal IP adresses we need to execute: In some cases where the node only have internal IP addresses we need to execute:
```console ```console
kubectl get nodes --selector=kubernetes.io/role!=master -o jsonpath={.items[*].status.addresses[?\(@.type==\"InternalIP\"\)].address} kubectl get nodes --selector=kubernetes.io/role!=master -o jsonpath={.items[*].status.addresses[?\(@.type==\"InternalIP\"\)].address}