Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: TXT created with CNAME #23

Open
kuritka opened this issue Oct 30, 2024 · 0 comments
Open

BUG: TXT created with CNAME #23

kuritka opened this issue Oct 30, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kuritka
Copy link
Collaborator

kuritka commented Oct 30, 2024

apiVersion: externaldns.k8s.io/v1alpha1
kind: DNSEndpoint
metadata:
  name: test-01
spec:
  endpoints:
  - dnsName: cname-test.foo.example.com
    recordType: CNAME
    recordTTL: 30
    targets:
    - cname-test.blah.example.com

log says: level=debug msg="requesting apply changes, create: 3 , updateOld: 0, updateNew: 0, delete: 0" requestMethod=POST requestPath=/records and msg="Changing record" action=CREATE record=cname-test.foo.example.com target="..." ttl=0 type=RecordTXT

CreateObject request error: 'WAPI request error: 400('400 Bad Request'

for such DNS endpoint it creates CNAME and TXT record. CNAME is created while TXT fails.

  • investigate issue
  • consider whether TXT needs to be created
@kuritka kuritka added the bug Something isn't working label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant