We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
level=debug msg="requesting apply changes, create: 3 , updateOld: 0, updateNew: 0, delete: 0" requestMethod=POST requestPath=/records
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
log says:
level=debug msg="requesting apply changes, create: 3 , updateOld: 0, updateNew: 0, delete: 0" requestMethod=POST requestPath=/records
andmsg="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.
The text was updated successfully, but these errors were encountered: