Merge pull request #820 from mozhuli/patch-1

Update coredns.md
This commit is contained in:
Kubernetes Prow Robot 2018-12-20 08:48:54 -08:00 committed by GitHub
commit b7fb7ec999
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#
```