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

Helm installation failed: No matches for kind "Certificate" in version "cert-manager.io/v1" #354

Closed
1 of 2 tasks
b3n3w opened this issue May 11, 2022 · 1 comment
Closed
1 of 2 tasks
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@b3n3w
Copy link

b3n3w commented May 11, 2022

What happened?

Helm is unable to create the containers due to an error.

Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: [unable to recognize "": no matches for kind "Certificate" in version "cert-manager.io/v1", unable to recognize "": no matches for kind "Issuer" in version "cert-manager.io/v1"]

Did you expect to see something different?

How to reproduce it (as minimally and precisely as possible):

Running the following command:
helm install --version 0.10.0-alpha test timescale/tobs

Environment

  • tobs installation method:
  • cli
  • helm chart
  • tobs version:

    0.10.0-alpha

  • Kubernetes version information:

    latest kind cluster

  • Kubernetes cluster kind:

    insert how you created your cluster: kops, bootkube, etc.

  • tobs Logs:

insert tobs logs relevant to the issue here

Anything else we need to know?:

Trying to install the test environment into a kind cluster.

@b3n3w b3n3w added the bug Something isn't working label May 11, 2022
@paulfantom
Copy link
Contributor

This error is a result of the lack of cert-manager installed. Due to opentelemetry-operator hard requirement of cert-manager, tobs helm chart also inherits that requirement. As such starting from tobs 0.10.0 we will require users to have cert-manager preinstalled (as described in https://github.com/timescale/tobs/tree/master/chart#prerequisites) or to disable installation of opentelemetry-operator (flag opentelemetryOperator.enabled=false). We are working on removing this hard dependency as part of #198.

Sorry for your inconvenience.

I am closing this issue as a won't fix. Further tracking of this is done in #198.

@paulfantom paulfantom added the wontfix This will not be worked on label May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants