-
Notifications
You must be signed in to change notification settings - Fork 54
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
Failed to call webhook after attempt at creating new infinispan resource #2107
Comments
@mike-pt How are you deploying the Operator? In order for the webhooks to work as expected, the simplest solution is to install OLM and that will handle all the configuration for you:
|
I'm deploying exactly as you said, I belive the issue is that the service for the web hook uses https and the cert is self signed? |
|
OLM should correctly handle the wiring of this so it's a non-issue. Can you share the output of your Infinispan Subscription, InstallPlan and CSV? |
cat infinispan-cluster.yaml
|
@mike-pt What Kubernetes environment are you deploying to? Can you paste the output of:
|
My gol is to deploy keyloak and infinispan with HA but I'm just starting with a simple resource
I'm getting
My guess is its because this is ofc a self signed cert, I see the service is in face running and when I wget from another pod's shell I can confirm it:
Is there any pre-requisite to get this working? like cert-manager? or can I somehow have the operator use http not https? this is all local anyway so http would be fine.
The text was updated successfully, but these errors were encountered: