-
Notifications
You must be signed in to change notification settings - Fork 601
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
Webhook Can Enter Infinite Crashloop #4165
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
This scenario appears to occur when the webhook must obtain a previously held leader lease but the eventing-webhook-certs has not yet been reconciled. In this case the webhook will shutdown before the leader lease can be acquired and the cert can be reconciled. |
This was referenced Oct 6, 2020
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The eventing-webhook will continually crash with errors such as
The eventing-webhook-certs secret remains unpopulated and does not appear to get reconciled by the webhook.
Expected behavior
The webhook certificate reconciler should populate the secret on startup.
To Reproduce
This occurs some small percentage of the time when applying the release yaml.
Knative release version
0.17.2
The text was updated successfully, but these errors were encountered: