From cea58909f0c118f19754c9bd059b932bc19c5f75 Mon Sep 17 00:00:00 2001 From: Wade Lee Date: Thu, 20 Dec 2018 16:31:55 +0800 Subject: [PATCH] Update coredns.md Make the DNS service IP consistent with `my-coredns-coredns` in example --- docs/tutorials/coredns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/coredns.md b/docs/tutorials/coredns.md index a8554d456..e20699c89 100644 --- a/docs/tutorials/coredns.md +++ b/docs/tutorials/coredns.md @@ -228,8 +228,8 @@ nginx nginx.example.org 10.0.2.15 80 2m $ kubectl run -it --rm --restart=Never --image=infoblox/dnstools:latest dnstools If you don't see a command prompt, try pressing enter. -dnstools# dig @10.102.213.122 nginx.example.org +short -dnstools# dig @10.102.213.122 nginx.example.org +short +dnstools# dig @10.100.4.143 nginx.example.org +short +dnstools# dig @10.100.4.143 nginx.example.org +short 10.0.2.15 dnstools# ```