Closed sdrik closed 2 years ago
As a workaround, I appied the following patch to my CSV:
[
{
"op": "replace",
"path": "/spec/install/spec/deployments/2/spec/template/spec/containers/0/args",
"value": [
"--v=2",
"--secure-port=10250",
"--tls-cert-file=/tmp/k8s-webhook-server/serving-certs/tls.crt",
"--tls-private-key-file=/tmp/k8s-webhook-server/serving-certs/tls.key"
]
}
]
Thanks for the bug report, this is also being discussed in
Although no 1.10.0 release have been tagged in this repository yet, an 1.10.0 bundle has been somehow pushed to the stable catalog. Since then, I get these errors which prevent me from issuing any new certificate:
E1103 06:58:41.826596 1 controller.go:167] cert-manager/ingress-shim "msg"="re-queuing item due to error processing" "error"="Internal error occurred: failed calling webhook \"mutate.webhooks.cert-manager.io\": failed to call webhook: Post \"https://cert-manager-webhook-service.cert-manager.svc:443/mutate?timeout=10s\": x509: certificate is valid for cert-manager-webhook, cert-manager-webhook.cert-manager, cert-manager-webhook.cert-manager.svc, not cert-manager-webhook-service.cert-manager.svc" "key"="default/kube-api-http"
Here is my Subscription: