Admission Controller - certificate is not valid for any names #1025
Unanswered
karlhaworth
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I am stuck at a similar thing and I am deciding to not use KOPF anymore for my controller. For me, the certificate gets loaded only once at initialization and after it expires, the webhook does not load the new cert and I guess an error. No idea how to auto-load this certificate. Internal error occurred: failed calling webhook "mutate.webhook.operator.svc.cluster.local": failed to call webhook: Post "https://webhook.operator.svc:443/mutate?timeout=30s": x509: certificate has expired or is not yet valid: current time 2023-06-26T23:18:40Z is after 2023-06-14T13:44:30Z |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created an admission controller. It's rather simple at the moment. I am using AKS and a service tunnel. I get the error below. Can anyone help point me in the right direction?
The caBundle on the
validatingwebhookconfigurations
matches what the server is serving up.Below is what I get using the openssl tool, so it does have a common name. Confused at what could be the problem.
Beta Was this translation helpful? Give feedback.
All reactions