cert-manager needs a kick sometimes #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Every time
wild-setup-services
is run, it has difficulties with cert-manager completing successfully.It can eventually be fixed with: "The cleanup worked - cert-manager successfully retried and completed the ACME challenges. Your Cloudflare API token permissions were correct, the issue was just stuck challenges that needed to be cleared."
Suggestions from Claude Code:
Most Common Fix - Missing Zone ID:
Get your zone ID from Cloudflare dashboard, then patch:
Other preventive measures:
Set explicit cleanup policy:
Add to your certificates:
Use scoped API token (you're already doing this correctly)
Add resource limits to prevent cert-manager from overwhelming Cloudflare API:
In cert-manager deployment
Try the zone ID fix first - that's usually what resolves the cleanup errors permanently.