dn
This commit is contained in:
@@ -52,15 +52,16 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: external-dns
|
- name: external-dns
|
||||||
image: registry.k8s.io/external-dns/external-dns:v0.14.2
|
image: registry.k8s.io/external-dns/external-dns:v0.14.2
|
||||||
|
# ExternalDNS: AAAA + TXT from Services
|
||||||
args:
|
args:
|
||||||
- --source=ingress
|
- --source=service
|
||||||
|
- --fqdn-template={{.Name}}.apps.undercloud.dev
|
||||||
- --provider=coredns
|
- --provider=coredns
|
||||||
- --domain-filter=apps.undercloud.dev
|
- --domain-filter=apps.undercloud.dev
|
||||||
- --policy=sync
|
- --policy=sync
|
||||||
- --registry=txt
|
- --registry=txt
|
||||||
#- --txt-owner-id=k8s-undercloud
|
- --txt-owner-id=k8s-undercloud
|
||||||
- --managed-record-types=AAAA,CNAME,TXT
|
- --managed-record-types=AAAA,TXT
|
||||||
- --log-level=debug
|
|
||||||
env:
|
env:
|
||||||
- name: ETCD_URLS
|
- name: ETCD_URLS
|
||||||
value: "http://etcd.dns.svc:2379"
|
value: "http://etcd.dns.svc:2379"
|
||||||
@@ -68,3 +69,4 @@ spec:
|
|||||||
value: "/skydns"
|
value: "/skydns"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user