From 2c3a442a4cb65cec1ce35847c36451a4bc5c6a99 Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Thu, 12 Apr 2018 08:11:43 -0500 Subject: [PATCH] wording correction The addresses aren't what show us the addresses - it seems clear from context that this should be "commands". --- slides/kube/kubectlexpose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/kube/kubectlexpose.md b/slides/kube/kubectlexpose.md index ec655327..4b6ef285 100644 --- a/slides/kube/kubectlexpose.md +++ b/slides/kube/kubectlexpose.md @@ -224,7 +224,7 @@ class: extra-details kubectl get endpoints elastic -o yaml ``` -- These addresses will show us a list of IP addresses +- These commands will show us a list of IP addresses - These IP addresses should match the addresses of the corresponding pods: ```bash