mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
Add apiVersion to ingress.yaml, and Delete the duplicated line in dnstools
This commit is contained in:
parent
a948fe659f
commit
6927af4067
@ -197,6 +197,7 @@ minikube addons enable ingress
|
|||||||
## Testing ingress example
|
## Testing ingress example
|
||||||
```
|
```
|
||||||
$ cat ingress.yaml
|
$ cat ingress.yaml
|
||||||
|
apiVersion: extensions/v1beta1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: nginx
|
name: nginx
|
||||||
@ -229,7 +230,6 @@ nginx nginx.example.org 10.0.2.15 80 2m
|
|||||||
$ kubectl run -it --rm --restart=Never --image=infoblox/dnstools:latest dnstools
|
$ kubectl run -it --rm --restart=Never --image=infoblox/dnstools:latest dnstools
|
||||||
If you don't see a command prompt, try pressing enter.
|
If you don't see a command prompt, try pressing enter.
|
||||||
dnstools# dig @10.100.4.143 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
|
10.0.2.15
|
||||||
dnstools#
|
dnstools#
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user