cert-manager: Internal error occurred: failed calling webhook. Wrong cert-manager hook ID.
Try to apply issuer to kubernetes and get this error:
Error from server (InternalError): error when creating ".\\issuer.yaml": Internal error occurred: failed calling webhook "webhook.cert-manager.io": Post https://cert-manager-1575287841-webhook.cert-manager.svc:443/mutate?timeout=30s: service "cert-manager-1575287841-webhook" not found
Seems it try to call this “cert-manager-1575287841-webhook”, but in my kubernetes i have “cert-manager-1575353985-webhook”.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 21
- Comments: 17 (1 by maintainers)
have the same issue
Error from server (InternalError): error when creating “test-resources.yaml”: Internal error occurred: failed calling webhook “webhook.cert-manager.io”: Post https://cert-manager-webhook.cert-manager.svc:443/mutate?timeout=30s: context deadline exceeded
@robinmanuelthiel
service "eve-dev-cert-manager-webhook" not found
Did you update the name and namespace for this in all the manifests?I had a similar error to this, but had to update the following annotation:
Hi guys i’ve got the same issue after following this tutorial
Cluster status below
I tried to follow instructions here but there is some information missing for my understanding. (I’m a beginner)
Find below my configurations:
Please, if you can give me some help on that issue I’ll appreciate.
Regards.
Had the exact same issue as you. Were running an older version (v0.5.0) - upgrades were failing. Decided to update to v. 0.12.0 (helm charts) and received your listed error.
After backup and helm chart cert-manager deleted and purged I kept getting the error with reference to an old webhook. I manually went through the below CRDs and removed old references before reinstalling.
I’m running on AKS so I’ve actually also updated all nodes to newst version trying to get the cluster to forget the old references - not sure this actually helped though.
Hope this helps you.