Skip to content

Missing txt records in R53 #5850

@charles-br1

Description

@charles-br1

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

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions