How to fix cert-manager no matches for kind “Certificate issue
Date published:
I encountered an issue when trying to install cert-manager on my Kubernetes cluster. Cert Manager is a Kubernetes add-on to automate the management and issuance of TLS certificates from various issuing sources. It will ensure certificates are valid and up to date periodically and attempt to renew certificates at an appropriate time before expiry. I was following the official documentation from cert-manager.io, and I was getting the following error:
Issue from yesterday:
Error: unable to build Kubernetes objects from release manifest: [unable to recognize “”: no matches for kind “Certificate” in version “cert-manager.io/v1”, unable to recognize “”: no matches for kind “Issuer” in version “cert-manager.io/v1”]
The solution is to disable validation from the SSL
kubectl label namespace cert-manager cert-manager.io/disable-validation=true