-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
What happened:
No txt record in route 53
What you expected to happen:
A txt record to appear in route 53
How to reproduce it (as minimally and precisely as possible):
Delete A record and watch it deploy again
Anything else we need to know?:
The A record shows correctly but no txt record is made in the account
containers:
- args:
- '--log-level=info'
- '--log-format=text'
- '--interval=1m'
- '--source=service'
- '--source=ingress'
- '--policy=sync'
- '--registry=txt'
- '--txt-owner-id=model-gateway-cluster'
- '--domain-filter=<redacted>'
- '--managed-record-types=A'
- '--provider=aws'
These are the only logs around the time
time="2025-09-19T07:54:32Z" level=info msg="Desired change: CREATE <redacted> A" profile=default zoneID=/hostedzone/<redacted> zoneName=<redacted>.
time="2025-09-19T07:54:32Z" level=info msg="1 record(s) were successfully updated" profile=default zoneID=/hostedzone/<redacted> zoneName=<redacted>
Environment:
- External-DNS version (use
external-dns --version
):
version is helm chart 1.19.0 - DNS provider: AWS
- Others:
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.