Runbook
Certificate Generation Issue with Cert-Manager Deployment on Kubernetes.
Back to Runbooks
Overview
This incident type involves an issue with generating certificates using the cert-manager deployment on Kubernetes. The incident description outlines steps for troubleshooting the issue, including checking the certificate resource, ingress annotations, and issuer state. ACME troubleshooting may also be required.
Parameters
Debug
Next Step
Check the ingress annotations of the certificate
Describe the certificate to check for any errors
Check the CertificateRequest to ensure it was properly created
Check the status of the issuer
Check the logs of the cert-manager pod for ACME errors
Check the Certificate resource to ensure that it exists and is properly configured.
Check the issuer state by describing the issuer or clusterissuer using kubectl command and verifying that it is in a ready state.
Verify the ingress annotations to ensure that they are set to true
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.