Skip to content
This repository was archived by the owner on Feb 6, 2021. It is now read-only.

cert-manager v0.5.2 install broken on Helm v2.12.0 #28

Open
abevoelker opened this issue Dec 16, 2018 · 4 comments
Open

cert-manager v0.5.2 install broken on Helm v2.12.0 #28

abevoelker opened this issue Dec 16, 2018 · 4 comments

Comments

@abevoelker
Copy link

Ran through this today after previous success (well, previous cert-manager bugs notwithstanding), and got the following error: cert-manager/cert-manager#1144

@alexellis
Copy link

+1 I have the same error installing with KinD.

@ahmetb
Copy link
Owner

ahmetb commented Dec 16, 2018

Looks like you might've installed the chart before? The other day I realized the Helm chart doesn't correctly uninstall the CRDs. But you can delete those CRDs manually and reinstall the chart.

If this is the issue you're seeing, please upvote: cert-manager/cert-manager#1152

@abevoelker
Copy link
Author

Nope, this happens on freshly-created clusters on first install.

@abevoelker
Copy link
Author

As for workarounds, couldn't downgrade to Helm 2.11 due to a Helm bug with helm reset

However as others in cert-manager/cert-manager#1144 said, installing cert-manager 0.4.1 then upgrading worked okay:

$ helm del --purge cert-manager
$ helm install --name cert-manager --version v0.4.1 \
    --namespace kube-system stable/cert-manager
$ helm upgrade cert-manager stable/cert-manager

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

No branches or pull requests

3 participants