Unable to Create a TXT Record for Apex/Root Domain #5010
Labels
area/provider/aws
Issues or PRs related to aws provider
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/bug
Categorizes issue or PR as related to a bug.
Name and Version
Bitnami/external-dns 8.5.1 is packaged by Bitnami, but the issue lies with the external-dns package itself.
What architecture are you using?
amd64
What steps will reproduce the bug?
Are you using any custom parameters or values?
And the following values.yaml values:
What is the expected behavior?
TXT Records are created without the
cname-
prefix.What do you see instead?
Skipping record {\n Action: \"CREATE\",\n ResourceRecordSet: {\n Name: \"externaldns.cname-<APEX_DOMAIN>\",\n ResourceRecords: [{\n Value: \"\\\".....\n }],\n TTL: 300,\n Type: \"TXT\"\n }\n} because no hosted zone matching record DNS Name was detected.
What is understandable as cname-APEX_DOMAIN doesn't exist, there's a hosted zone with the name of APEX_DOMAIN.
Meanwhile records for subdomains are added properly:
Adding externaldns.cname-www.APEX_DOMAIN to zone www.APEX_DOMAIN.
The text was updated successfully, but these errors were encountered: