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

Install Operator failure #159

Closed
JingbenShi668 opened this issue Oct 23, 2022 · 8 comments
Closed

Install Operator failure #159

JingbenShi668 opened this issue Oct 23, 2022 · 8 comments

Comments

@JingbenShi668
Copy link

As you can see in the below picture, I have attempted to install the nebula-operator with helm for many times. However, I always encounter this failure. I don't know why it happens?
image

@JingbenShi668
Copy link
Author

Maybe, should I install Add-ones before installing Operator?
image

@wey-gu
Copy link
Contributor

wey-gu commented Oct 24, 2022

Maybe, should I install Add-ones before installing Operator?

image

Yes, this error refers to the cert-manager not being installed(so that it doesn't recognize Kind: issuer crd), you should install add-ons first.

@MegaByte875
Copy link
Contributor

@JingbenShi668 You can run helm commad with "--set admissionWebhook.create=false" to ignore cert-manager

@wey-gu
Copy link
Contributor

wey-gu commented Oct 24, 2022

@JingbenShi668 You can run helm commad with "--set admissionWebhook.create=false" to ignore cert-manager

Will that possible/reasonable to have admissionWebhook.create=false be default?

@MegaByte875
Copy link
Contributor

@wey-gu The value is default false now.

@wey-gu
Copy link
Contributor

wey-gu commented Oct 25, 2022

@wey-gu The value is default false now.

Great, so it's already changed to false by default in a version after 1.1.0 right?

@MegaByte875
Copy link
Contributor

@wey-gu Yes

@MegaByte875
Copy link
Contributor

I will close the issue, please re-open it if you have other questions.

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