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
I had - --managed-record-types=TXT as one of the feature flags on the external DNS container. Now in my DNS zone I am able to see the record random.example.com being generated but it is orphan and no heritage TXT record is being generated. Note that txt-prefix is set in my case so that is not the issue.
What you expected to happen:
heritage/owner TXT record should also be created along with the TXT record
How to reproduce it (as minimally and precisely as possible):
Use the above DNSEndpoint CR to generate TXT record.
Anything else we need to know?:
Environment:
External-DNS version (use external-dns --version): v0.14.0
DNS provider: Azure Private DNS Zone
Others:
The text was updated successfully, but these errors were encountered:
What happened:
I applied the following DNSEndpoint CR:
I had
- --managed-record-types=TXT
as one of the feature flags on the external DNS container. Now in my DNS zone I am able to see the recordrandom.example.com
being generated but it is orphan and no heritage TXT record is being generated. Note that txt-prefix is set in my case so that is not the issue.What you expected to happen:
heritage/owner TXT record should also be created along with the TXT record
How to reproduce it (as minimally and precisely as possible):
Use the above DNSEndpoint CR to generate TXT record.
Anything else we need to know?:
Environment:
external-dns --version
): v0.14.0The text was updated successfully, but these errors were encountered: