You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Set up external DNS with AWS provider
Attempt to create A and TXT records
Records for subdomains are properly created and tracked properly. Records for the apex domain must be deleted manually as they're not tracked due to the lack of the TXT record.
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:
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: