You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened: External DNS for Cloudflare often enters CrashLoopBackOff when it hits a rate limit. Since this was merged #3009 with the v0.13.5 release this has been occurring. We caught it on an upgrade to 0.14.1
What you expected to happen: Rate limit errors should be handled as the new SoftError type to prevent bailing and restarting.
How to reproduce it (as minimally and precisely as possible):
Run a version of external-dns >= 0.13.5
Use up the rate limit of Cloudflare API calls (or mock this)
Have external-dns running through a loop
It will then exit and bail.
Anything else we need to know?:
I'm willing to attempt to fix this, though my golang isn't super
Environment:
External-DNS version (use external-dns --version): 0.14.1
DNS provider: cloudflare
Others:
The text was updated successfully, but these errors were encountered:
What happened: External DNS for Cloudflare often enters CrashLoopBackOff when it hits a rate limit. Since this was merged #3009 with the v0.13.5 release this has been occurring. We caught it on an upgrade to 0.14.1
What you expected to happen: Rate limit errors should be handled as the new SoftError type to prevent bailing and restarting.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
I'm willing to attempt to fix this, though my golang isn't super
Environment:
external-dns --version
): 0.14.1The text was updated successfully, but these errors were encountered: