diff --git a/docs/user-guide/monitoring.md b/docs/user-guide/monitoring.md index b2f0152ae..f295302cc 100644 --- a/docs/user-guide/monitoring.md +++ b/docs/user-guide/monitoring.md @@ -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}