Typo fix: adresses -> addresses

Signed-off-by: Rui Cao <ruicao@alauda.io>
This commit is contained in:
Rui Cao 2018-09-24 22:51:16 +08:00
parent 0fd87a7e56
commit 0853a9f4f5

View file

@ -53,7 +53,7 @@ Obtain the IP address of the nodes in the running cluster:
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
kubectl get nodes --selector=kubernetes.io/role!=master -o jsonpath={.items[*].status.addresses[?\(@.type==\"InternalIP\"\)].address}