Skip to content

Commit

Permalink
Merge pull request #3121 from mirake/fix-typos
Browse files Browse the repository at this point in the history
Typo fix: adresses -> addresses
  • Loading branch information
k8s-ci-robot authored Sep 24, 2018
2 parents 0fd87a7 + 0853a9f commit ab11a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ab11a8d

Please sign in to comment.