-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
For wildcard domains external-dns is not creating a proxied CNAME record in Cloudflare DNS #1810
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
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:
You can:
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:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@siarhei-karanets-epam: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I am interesting on working on this feature, since it would speed up some of our dynamic environments at work. I'll look into the Cloudflare code and what it takes to implement this. |
What happened:
Created service of type external-name with following manifest to create a proxied CNAME dns record in cloudflare.
Our external-dns deployment configuration is as follows:
With this configuration, a DNS record in cloudflare is created but with proxied status set to "DNS only". I am able to change it manually, but expecting the external-dns to create it so.
This configuration works fine with a non-wildcard domain
eg. With domain abc.web.demo.example.com, external-dns creates a proxied CNAME record
What you expected to happen:
A CNAME dns record with proxied status "proxied" is created with a wildcard domain
How to reproduce it (as minimally and precisely as possible):
With a functional external-dns with cloudflare configuration, apply the above manifest (with annotation
external-dns.alpha.kubernetes.io/hostname
set to a wildcard domain as above).Anything else we need to know?:
Environment:
external-dns --version
):v0.7.2-dirty
The text was updated successfully, but these errors were encountered: