-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Error: Internal error occurred: failed calling webhook #21080
Comments
I'm having a similar issue. I think mine is caused by the error message when applying a rules file:
Chart version: 8.9.3 This worked fine before I added the |
@ravizeewee you may want to add |
In my case it ended up being caused by some webhook configurations still hanging around from the old release. The below commands and a re-deploy fixed it for me.
|
if you have run before without disabling the webhook, you must manually delete the following kinds: kubectl get validatingwebhookconfigurations.admissionregistration.k8s.io //delete all objects and after that run: helm install --name prometheus-operator stable/prometheus-operator |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
This issue is being automatically closed due to inactivity. |
Hello There,
I am tring to install prometheus but getting below issue:
Error: Internal error occurred: failed calling webhook "prometheusrulemutate.monitoring.coreos.com": Post https://monitoring-prometheus-oper-operator.monitoring.svc:443/admission-prometheusrules/mutate?timeout=30s: service "monitoring-prometheus-oper-operator" not found
Helm Version:
version.BuildInfo{Version:"v3.1.1", GitCommit:"afe70585407b420d0097d07b21c47dc511525ac8", GitTreeState:"clean", GoVersion:"go1.13.8"}
Kubernetes Version
Client Version: v1.17.3
Server Version: v1.15.7
Thanks
The text was updated successfully, but these errors were encountered: