We're having trouble issuing new certificates and renewing old ones – all of a sudden. We manage around 1700 certificates with cert-manager which until now was no problem.
In the list of certificates, I can see test-heyflow-dev-prod-sec-qvwvh but somehow it's not being resolved. The Certificate Request status hangs at
status:
conditions:
- lastTransitionTime: "2022-05-24T16:51:56Z"
message: 'Waiting on certificate issuance from order default/test-heyflow-dev-prod-sec-6fnp6-2589299130:
"pending"'
reason: Pending
status: "False"
type: Ready
In the logs, I don't see anything out of order, only some confusing 'certificate resource is already up to date for ingress' entries.
We're using cert-manager 0.16.1 on k8n 1.17.17-gke.3000.
Edit: cert-manager v0.16 had an EOL of 24 Nov, 2020.
Before upgrading cert-manager, it's wise to read up on backing up your resources - first. Upgrading from some versions to newer versions requires the upgrade to be done in specific steps. There should be a backup section that will give the proper procedure.