Open romanlehner opened 4 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
This seems similar to #3868
/remove-lifecycle rotten
What happened: When I create a kubernetes service object of type
Loadbalancer
that creates an AWS NLB, then external-dns creates anA
record with an Alias to the NLB DNS, and the respectiveTXT
record to reference theA
record. But it also createsTXT
records forCNAME
records.Example:
AWS hosted zone:
mydomain.com
service Annotation:
external-dns.alpha.kubernetes.io/hostname: app.mydomain.com
The question is why it is doing so. It is not really degrading any functionality, but is an unexpected behavior.
TXT
record forCNAMES
, but only theA
record for theAlias
:How to reproduce it (as minimally and precisely as possible): https://kubernetes-sigs.github.io/external-dns/v0.14.2/tutorials/aws-load-balancer-controller/
Anything else we need to know?:
Environment: dev
external-dns --version
): 0.14.2external-dns deployment config args: