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

k8ssandra-operator Chart doesn't disbale cert-manager #1359

Open
QuinnBast opened this issue Jun 20, 2024 · 0 comments
Open

k8ssandra-operator Chart doesn't disbale cert-manager #1359

QuinnBast opened this issue Jun 20, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@QuinnBast
Copy link

QuinnBast commented Jun 20, 2024

What happened?

When deploying the k8ssandra operator, it errors that the cass-operator webhooks require cert-manager to be installed. I don't have cert-manager, but I am unable to configure the k8ssandra operator chart to disable the cert-manager checks.

I have a values.yaml of:

cass-operator:
  admissionWebhooks:
    enabled: false

And installing the cluster with:

helm upgrade --install k8ssandra-operator k8ssandra/k8ssandra-operator --values k8ssandra.yaml --version 1.17.0 -n k8ssandra --create-namespace

Output is:

$ helm upgrade --install k8ssandra-operator k8ssandra/k8ssandra-operator --values k8ssandra.yaml --version 1.17.0 -n k8ssandra --create-namespace
Release "k8ssandra-operator" does not exist. Installing it now.
Error: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "k8ssandra-operator-serving-cert" namespace: "" from "": no matches for kind "Certificate" in version "cert-manager.io/v1"
ensure CRDs are installed first, resource mapping not found for name: "k8ssandra-operator-selfsigned-issuer" namespace: "" from "": no matches for kind "Issuer" in version "cert-manager.io/v1"
ensure CRDs are installed first]

┆Issue is synchronized with this Jira Story by Unito

@QuinnBast QuinnBast added the bug Something isn't working label Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant