-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
policy-webhook-certs secrets are not getting created #217
Comments
Those are created during the installation. It is done using knative. I tried increasing the delay of the probes, but it seems it is happening. Have you tried the latest char version? |
It is done using this functionality https://knative.dev/docs/serving/using-auto-tls/ |
@hectorj2f Yes I am using the latest available chart only. Is the delay configurable in the helm some how ? version: 0.1.25 |
The certificates are not created because the leases (kubectl get leases) are not cleaned up for the webhooks. I managed to reproduce it by installing and deleting the chart. I feel the solution could be one of these three:
|
@hectorj2f Thanks, After clearing up the leases from the namespace. Chart got deployed successfully. |
Can someone please provide details on how these secrets are getting populated? I my case its not showing. webhook-certs are working fine
policy-webhook-certs :
webhook-certs :
The text was updated successfully, but these errors were encountered: