Hello,
after installing I get the following events:
Events:
Type Reason Age From Message
Normal Scheduled 19s default-scheduler Successfully assigned cert-manager/cert-manager-webhook-cloudns-6d7458dfd6-7gsqd to hades03
Normal Pulled 16s kubelet Container image "harbor.mathops.de/library/cert-manager-webhook-cloudns:latest" already present on machine
Normal Created 16s kubelet Created container cert-manager-webhook-cloudns
Normal Started 15s kubelet Started container cert-manager-webhook-cloudns
Warning Unhealthy 8s (x3 over 14s) kubelet Readiness probe failed: HTTP probe failed with statuscode: 500
Warning Unhealthy 8s kubelet Liveness probe failed: HTTP probe failed with statuscode: 500
Pod log:
I0411 08:37:41.520571 1 secure_serving.go:116] Serving securely on [::]:443
I0411 08:37:41.528340 1 log.go:172] http: TLS handshake error from 192.168.30.234:40384: EOF
E0411 08:37:41.606174 1 webhook.go:196] Failed to make webhook authorizer request: the server could not find the requested resource
E0411 08:37:41.606375 1 errors.go:77] the server could not find the requested resource
E0411 08:37:49.458472 1 webhook.go:196] Failed to make webhook authorizer request: the server could not find the requested resource
E0411 08:37:49.458685 1 errors.go:77] the server could not find the requested resource
E0411 08:37:49.459010 1 webhook.go:196] Failed to make webhook authorizer request: the server could not find the requested resource
E0411 08:37:49.459249 1 errors.go:77] the server could not find the requested resource
Where is my mistake?
installed with helm from the deployment directory.
Hi there,
I'd recommend checking out this fork of the project, which has update dependencies & an update RBAC template, which hopefully resolves your issue.
Hello, after installing I get the following events: Events: Type Reason Age From Message
Normal Scheduled 19s default-scheduler Successfully assigned cert-manager/cert-manager-webhook-cloudns-6d7458dfd6-7gsqd to hades03 Normal Pulled 16s kubelet Container image "harbor.mathops.de/library/cert-manager-webhook-cloudns:latest" already present on machine Normal Created 16s kubelet Created container cert-manager-webhook-cloudns Normal Started 15s kubelet Started container cert-manager-webhook-cloudns Warning Unhealthy 8s (x3 over 14s) kubelet Readiness probe failed: HTTP probe failed with statuscode: 500 Warning Unhealthy 8s kubelet Liveness probe failed: HTTP probe failed with statuscode: 500
Pod log: I0411 08:37:41.520571 1 secure_serving.go:116] Serving securely on [::]:443 I0411 08:37:41.528340 1 log.go:172] http: TLS handshake error from 192.168.30.234:40384: EOF E0411 08:37:41.606174 1 webhook.go:196] Failed to make webhook authorizer request: the server could not find the requested resource E0411 08:37:41.606375 1 errors.go:77] the server could not find the requested resource E0411 08:37:49.458472 1 webhook.go:196] Failed to make webhook authorizer request: the server could not find the requested resource E0411 08:37:49.458685 1 errors.go:77] the server could not find the requested resource E0411 08:37:49.459010 1 webhook.go:196] Failed to make webhook authorizer request: the server could not find the requested resource E0411 08:37:49.459249 1 errors.go:77] the server could not find the requested resource
Where is my mistake?
installed with helm from the deployment directory.
the image is only recompiled.
Regards - Mathias