From 0853a9f4f55a696fd4e818636f6e87171ef2b7ce Mon Sep 17 00:00:00 2001 From: Rui Cao Date: Mon, 24 Sep 2018 22:51:16 +0800 Subject: [PATCH] Typo fix: adresses -> addresses Signed-off-by: Rui Cao --- docs/user-guide/monitoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}