aks-letsencrypt
aks-letsencrypt copied to clipboard
Using helm, install cert-manager validation error
According to the cert-manager Helm chart document, you have to run
kubectl apply -f https://raw.githubusercontent.com/jetstack/cert-manager/release-0.6/deploy/manifests/00-crds.yaml
before you run the
helm install stable/cert-manager --name cm --set ingressShim.defaultIssuerName=letsencrypt --set ingressShim.defaultIssuerKind=ClusterIssuer
or you will get validation error
validation failed: - no matches for kind "Certificate" in version "certmanager.k8s.io/v1alpha1"