-
Notifications
You must be signed in to change notification settings - Fork 15
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
unable to build: no matches for kind "ClusterIssuer" in version "cert-manager.io/v1alpha2" #20
Comments
I'll try and run through a full install today. Kubernetes is a strange beast in terms of updates and cert-manager 0.16 is pretty old now. I was going to update to the new 1.2.0. Is there any chance you could update to 1.0.? for testing? Also, have you validated your cert-manager install? |
I had, although I now notice that one of the deployments is in crash loop:
I'll poke around to see if I can figure out what's up with the failing pod. |
I think it might be related to the One thing which I'm a little sorry about but will probably not be able to fix without help timewise - I am keeping to the bleeding edge, so unless there is suddenly major interest in the project, will be focusing support on the latest versions of everything, including I will hopefully be updating the docker image to 0.0.9 today with a new release and will update. If you think having a clusterissuer instead of an issuer is annoying, I'll definitely consider changing that, though the config is relatively easy if you use other issuers. Let me know. As an aside, I started out my kube journey on |
I've been messing with k8s for a few years, but have only real played in eks and kubespray for large bare metal stuff. I have also not really used helm (delegating that to people on my teams intsead). So this is both a project to learn stuff I've just been putting off as well as get resilient anki server for myself and a few friends. I'll continue with the tutorial except upgrading cert-manager to 1.2.0. I'd be happy to guinea pig any new stuff based on k3s. |
I am not sure what I had done before, but 1.2.0 cert-manager is up and running. I have a hunch it was the CRD (or lack thereof), but I destroyed that instance and tried fresh. I'll post back and close if I get past the original error. |
I'm slowly making my way through the initial deployment of a staging env.
When running:
# helm install -f overrides.yaml djankiserv_test djankiserv/charts/djankiserv/
I get the following error
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "ClusterIssuer" in version "cert-manager.io/v1alpha2"
I confirmed that the cert-manager is installed:
Here's my overrides.yaml (with sensitive information scrubbed):
The text was updated successfully, but these errors were encountered: