Skip to content

BUG: TXT created with CNAME #23

Open
@kuritka

Description

@kuritka
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions