x509-certificate-exporter CrashLoopBackOff on RKE2/K3s cluster #494
n0where3an
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Environment:
Problem:
The x509-certificate-exporter pod starts but immediately crashes with
CrashLoopBackOff. The container stops right after fetching the Kubernetes API server version, before it can start the HTTP server on port 9793.Logs show:
Configuration:
What I've tried:
Increased resources (memory up to 1Gi, CPU up to 1 core)
Extended liveness/readiness probe initial delays (up to 120s)
Verified RBAC permissions - service account can list/get secrets
Used --debug flag but no additional logs appear before crash
Checked for container OOM kills - not occurring
Network connectivity to API server is working
Symptoms:
Container exits with code 2 after ~11 seconds
Liveness/readiness probes fail (connection refused on port 9793)
No errors and debug messages in logs
Multiple pod replicas show same behavior
Questions:
The exporter works fine in other clusters, but specifically fails in this RKE2 environment. Any debugging suggestions would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions