Update coredns.md

Make the DNS service IP consistent with `my-coredns-coredns` in example
This commit is contained in:
Wade Lee 2018-12-20 16:31:55 +08:00 committed by GitHub
parent c107ee950c
commit cea58909f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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#
```