-
Notifications
You must be signed in to change notification settings - Fork 879
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
KServe WebHook throws 500 due to loading root certificates #2553
Comments
I tried to re-run this action but looks like it was re-triggered |
I see the following errors a little bit above. Maybe we are missing some manifests to apply? Looks like there should be a
EDIT: The above is incorrect. We explicitly wait for the CRD to be established and then re-apply the manifests |
@yuzisun @DnPlas I found the bug. In
Those two should instead have an annotation |
In |
Just FYI, the Kserve WG is working on a fix atm: kserve/kserve#3188. |
@kimwnasptd fyi: KServe 0.11.2 release was released with this fix |
ill put this on the Agenda |
This should be closed by #2627 /close |
@juliusvonkohout: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@DnPlas bumped into this in #2552
https://github.com/kubeflow/manifests/actions/runs/6535263237/job/17747221819
This could be a transient issue that would require us to wait before applying the rest of the manifests, or bluntly reapplying. Will try to reproduce locally to see if it's indeed a race condition
cc @yuzisun
The text was updated successfully, but these errors were encountered: