mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
Update coredns.md
Make the DNS service IP consistent with `my-coredns-coredns` in example
This commit is contained in:
parent
c107ee950c
commit
cea58909f0
@ -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#
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user