From f272df9aae7706615d6b370d575977528a7a07da Mon Sep 17 00:00:00 2001 From: Bridget Kromhout Date: Sat, 20 Apr 2019 13:06:10 -0500 Subject: [PATCH] Update dmuc.md typo fixes --- slides/k8s/dmuc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/k8s/dmuc.md b/slides/k8s/dmuc.md index 06c594b7..b4b2dc46 100644 --- a/slides/k8s/dmuc.md +++ b/slides/k8s/dmuc.md @@ -734,7 +734,7 @@ This won't work. We need kube-proxy to enable internal communication. .exercise[ -- Check again the Service's ClusterIP, and retry connecting: +- Check the Service's ClusterIP again, and retry connecting: ```bash kubectl get service web curl http://`X.X.X.X` @@ -761,7 +761,7 @@ class: extra-details iptables -t nat -L OUTPUT ``` -- Traffic is sent to `KUBE-SERVICES`, check that too: +- Traffic is sent to `KUBE-SERVICES`; check that too: ```bash iptables -t nat -L KUBE-SERVICES ```