Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Cert-manager on nginx-ingress-services no matches for kind "Issuer" in version ""cert-manager.io/v1alpha2" #403

Open
andriansandi opened this issue Jan 2, 2021 · 2 comments

Comments

@andriansandi
Copy link

Basic information

  • On-premises: Yes
  • Cloud-Provider: None
  • Installation type: Production
  • Kubernetes version: 1.14
  • Helm version: 3.1.1
  • Installed with Kubespray: no
  • (Helm) Charts version: 0.130.0
  • List of installed top-level charts: Production high-availaibility
  • Other related technologies + version: Ansible + Helm

How did you install Wire?

Following the instruction from https://docs.wire.com/how-to/install/helm-prod.html#helm-prod
using Ubuntu 18.04

Following instruction from https://docs.wire.com/how-to/install/helm-prod.html#helm-prod for issuing SSL using Let's encrypt and cert-manager

Error: UPGRADE FAILED: [unable to recognize "": no matches for kind "Certificate" in version "cert-manager.io/v1alpha2, unable to recognize: "" no matches for kind "Issuer" in version "cert-manager.io/v1alpha2"]

I have followed the instruction at docs.wire.com but still no luck.

Thanks for your help

@lucendio
Copy link
Contributor

Hi @andriansandi,

which cert-manager version did you use (in the docs it's not pinned)? We are in the process of reworking the whole cert-manager integration and with that also updating cert-manager itself, since it recently reached v1. When this is done, I'll give an update here.

So, sadly for now you might be on your own. In case you want to put some effort into this, let us know, so we could synchronize our work.

@nell332
Copy link

nell332 commented May 6, 2021

cert-manager version <= 0.16.1 is ok, you can try:
helm upgrade --install -n cert-manager-ns --set 'installCRDs=true' cert-manager jetstack/cert-manager --version v0.16.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants