Closed michaelsstuff closed 2 years ago
Unfortunately, the external-dns
project does not yet support making IPv6 addresses into AAAA
records. Here's some existing tickets:
AAAA
supportThe Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs 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
/lifecycle rotten
/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 and PRs.
This bot triages issues and PRs 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
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close
@k8s-triage-robot: Closing this issue.
What happened: Set up a domain in cloudflare. annotation is on an ingress controller (treafik) It does set the ipv4 just fine. But it does not create an ipv6 record (ingress has both)
Only hint at a problem with v6 comes with debug:
What you expected to happen: I would expect it to either not try at all or create the ipv6 if is there.
How to reproduce it (as minimally and precisely as possible): Follow https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/cloudflare.md, but add an ipv6 to your ingress controller.
Anything else we need to know?:
Environment:
external-dns --version
): external-dns:v0.10.2