Articles in this section

Helm install fails with "no matches for kind Certificate"

Problem Description

On helm install using charts from the AKO Repl you see the following message:

Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "aerospike-operator-serving-cert" namespace: "default" from "": no matches for kind "Certificate" in version "cert-manager.io/v1"
ensure CRDs are installed first, resource mapping not found for name: "aerospike-operator-selfsigned-issuer" namespace: "default" from "": no matches for kind "Issuer" in version "cert-manager.io/v1"
ensure CRDs are installed first]

 


Explanation

The cert-manager is missing from the cluster and it's a requirement to hold the certificates

Solution

Install the cert-manager: https://cert-manager.io/docs/installation/helm/

Applies To Earliest Version

4.9

Applies To Latest Version

Current Version
Was this article helpful?
0 out of 0 found this helpful