-
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
cloudflare provider keeps updating every ~10 seconds #840
Comments
This doesn't seem limited to ingresses with multiple addresses. Every minute (Default polling interval) I can see external DNS changing the same record despite it being correctly sync'd:
|
It seems as though the As a side note it also appears setting the TTL does not work if you have cloudflare proxying enabled (Need to confirm this) Edit: With proxying enabled Cloudflare manages the TTL |
@materemias - Can you confirm if you're using Cloudflare proxying for your records or not (I'll create a separate issue if this doesn't match your case) Endpoints with Cloudflare proxying enabled via the deployment argument ( |
@eswets @amolenaar I don't suppose you'd be able to offer any insight here, I'm struggling to track down what's causing the behaviour described above In my case I'm building against master since there's some Cloudflare changes (support pagination) that haven't made it into a release yet. It seems unrelated to the regressions introduced in 0.5.10 (Proposed fix: #886 which I've tried pulling in to my build) |
So the generated Setting Not sure if this affects other providers (Not sure if any other providers actually have provider specific annotations) |
I'm having the same issue. external-dns keeps saying the same record gets updated I tried adding the annotation |
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 This is a pretty big issue for us. We're often running into CloudFlares rate limit as a result of this. |
Same happening for me. Had to request API calls limit increase meanwhile ... |
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. |
Stale issues rot after 30d 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. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: 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. |
my ingresses do have multiple loadbalancers defined
and cloudflare provider keeps updating A and TXT records like crazy. the dns service kinda works but I am afraid I will hit an api rate limit at cloudflare
could there be a solution to only use the first ip of a loadbalancer 'cluster'?
The text was updated successfully, but these errors were encountered: