kubernetes-sigs / external-dns

Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
Apache License 2.0
7.59k stars 2.55k forks source link

fqdn template expansion doesn't work for multiple fields on `node` endpoints. #3408

Open jordo opened 1 year ago

jordo commented 1 year ago

What happened:

fqdn template expansion doesn't work for multiple fields on node endpoints. It just grabs the first one at index 0.

What you expected to happen:

Multiple endpoints should be created

How to reproduce it (as minimally and precisely as possible):

Specify multiple fqdnTemplate via comma separated list

Anything else we need to know?:

Environment:

k8s-triage-robot commented 1 year 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:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

jordo commented 1 year ago

/remove-lifecycle stale

k8s-triage-robot commented 8 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:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

Cubixmeister commented 8 months ago

/remove-lifecycle stale

k8s-triage-robot commented 5 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:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

jordo commented 5 months ago

/remove-lifecycle stale

k8s-triage-robot commented 2 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:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

jordo commented 2 months ago

/remove-lifecycle stale

fredrikgh commented 1 week ago

Any updates on this issue? This bug may force us to run multiple external-dns replicas only to have multiple records per node.