Skip to content
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

Helm v1.15.0 external-dns pod occasionally crashes #4759

Open
th0th opened this issue Sep 18, 2024 · 0 comments
Open

Helm v1.15.0 external-dns pod occasionally crashes #4759

th0th opened this issue Sep 18, 2024 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@th0th
Copy link

th0th commented Sep 18, 2024

What happened:

external-dns occasionally restarts with this log line:

level=fatal msg="Failed to do run once: received internal server error response (HTTP 500), please try again later"

What you expected to happen:

I expected pod not to crash :)

How to reproduce it (as minimally and precisely as possible):

Here is the values.yaml:

env:
  - name: CF_API_TOKEN
    value: "--redacted--"
extraArgs:
  - "--annotation-filter=external-dns.alpha.kubernetes.io/exclude notin (true)"
provider: cloudflare
sources:
  - ingress

Environment:

  • External-DNS version (use external-dns --version): helm chart version 1.15.0
  • DNS provider: Cloudflare
  • Others:
@th0th th0th added the kind/bug Categorizes issue or PR as related to a bug. label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant