Staging renewals remain healthy and production DNS challenges start failing after a hardening rollout on solver pods.
A cert-manager renewal passes staging and fails production
The certificate request reaches the solver, yet the runtime class change quietly removed the credentials path needed for the real DNS update.
Scenario
What to check first
- Identify the primary failure signal in the The Solver Switched Runtime Classes and Left Its DNS Credentials at the Door scenario.
- Separate visible symptoms from the underlying technical dependency.
- Describe the safest recovery path and the follow-up prevention work.
Checking checklist
- Summarize the current impact and the last known change.
- Collect direct evidence from logs, runtime state, and configuration before changing anything.
- Separate immediate recovery from permanent prevention work.
Recovery and prevention
Check runtime-class-specific volume behavior before rotating credentials or widening solver permissions.
Questions worth viewing together
Community-field Kubernetes problem inspired by cert-manager and runtime hardening discussions where the solver runtime class lost the DNS credentials mo... Hardening changes on challenge pods can remove mounted credentials paths even when the secret objects still exist.
Teams often blame expired DNS credentials when the new runtime class never mounted them into the solver pod.
RuntimeClass changes should be validated on ephemeral challenge jobs, not only long-lived workloads.
Similar cases seen in the field