spectrum ipv6 vlan migration

This commit is contained in:
2024-07-19 10:12:06 -04:00
parent cecd234160
commit 697e08ed78
33 changed files with 160 additions and 933 deletions

View File

@@ -49,15 +49,12 @@ spec:
containers:
- name: external-dns
image: registry.k8s.io/external-dns/external-dns:v0.14.2
# image: nginx
args:
- --source=service
- --source=ingress
- --domain-filter=reeseapps.com # will make ExternalDNS see only the hosted zones matching provided domain, omit to process all available hosted zones
- --domain-filter=reeselink.com
- --domain-filter=reeseapps.com
- --provider=aws
# - --policy=upsert-only # would prevent ExternalDNS from deleting any records, omit to enable full synchronization
- --aws-zone-type=public # only look at public hosted zones (valid values are public, private or no value for both)
- --aws-zone-type=public
- --registry=txt
- --txt-owner-id=external-dns
env: