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

DNSEndpoint: add support of MX RecordType #3540

Closed
iusergii opened this issue Apr 11, 2023 · 3 comments
Closed

DNSEndpoint: add support of MX RecordType #3540

iusergii opened this issue Apr 11, 2023 · 3 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@iusergii
Copy link

Fix/add support of MX RecordType for DNSEndpoint CRD.

apiVersion: externaldns.k8s.io/v1alpha1
kind: DNSEndpoint
metadata:
  name: mx
spec:
  endpoints:
  - dnsName: mx.foo.bar.com
    recordTTL: 180
    recordType: MX
    targets:
    - "10 inbound-smtp.us-east-1.amazonaws.com"

The following object seems fully ignored by external-dns and no info in logs.

Environment:

  • External-DNS version (use external-dns --version): v0.13.4
  • DNS provider: AWS
@iusergii iusergii added the kind/bug Categorizes issue or PR as related to a bug. label Apr 11, 2023
@szuecs szuecs added kind/feature Categorizes issue or PR as related to a new feature. and removed kind/bug Categorizes issue or PR as related to a bug. labels Apr 11, 2023
@szuecs szuecs changed the title DNSEndpoint: fix/add support of MX RecordType DNSEndpoint: add support of MX RecordType Apr 11, 2023
@szuecs szuecs added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Apr 14, 2023
@okushchenko
Copy link

@szuecs @iusergii there is a PR open that implement this - #3519, mind taking a look?

@szuecs
Copy link
Contributor

szuecs commented Apr 24, 2023

Thanks I commented the PR.

@Sewci0
Copy link
Contributor

Sewci0 commented May 16, 2023

This has now been merged in: #3519

@szuecs szuecs closed this as completed May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

4 participants