Merge pull request #3121 from mirake/fix-typos
Typo fix: adresses -> addresses
This commit is contained in:
commit
ab11a8da56
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue