Michel Loiseleur
Michel Loiseleur
@ivankatliarchuk This is really as detailed as in the [tutorial](https://kubernetes-sigs.github.io/external-dns/latest/docs/sources/traefik-proxy/#manifest-for-clusters-with-rbac-enabled). With a load balancer `Service` declared like this ```yaml apiVersion: v1 kind: Service metadata: name: traefik namespace: traefik annotations: external-dns.alpha.kubernetes.io/hostname:...
No I didn't. There are (many) other setups possible.
@u-kai Thanks for this PR :+1: It looks good to me. I have one question, after reading [this](https://github.com/kubernetes-sigs/external-dns/pull/5864#issuecomment-3351717841). When txt-registry is disabled, is this PR also blocking the A record...
I'm removing approval since the discussion is on going. /remove-approve The option `--apex-domains ` make sense to me. @ivankatliarchuk ?
@u-kai thanks for this interesting PR. Wdyt of re-use existing annotation, `external-dns.alpha.kubernetes.io/alias`, (doc [here](https://kubernetes-sigs.github.io/external-dns/latest/docs/tutorials/aws/#alias)) instead of using a new one ? It could be configurable like this : * `external-dns.alpha.kubernetes.io/alias:...
> Should I include this fix in this PR, or would it be better to submit it as a separate PR? It's better as a separate PR. It's easier to...
@ivankatliarchuk Why not ? It's interesting to have alternatives. @kiurchv First, thanks for this proposal. Is this possible to _strictly_ align current k8s annotations with nomad service tags ?