-
Notifications
You must be signed in to change notification settings - Fork 55
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
Error on reconciliation of odh-model-controller #86
Comments
depends on changes of #84 |
@rpancham will retest it. Once test passes, @vaibhavjainwiz please make sure it is in RHODS 2.4. |
@vaibhavjainwiz how can I try to reproduce the issue? |
These error will not be visible in logs but you could see the impacts it on |
I tried, and don't see any error in odh-model-controller pod. |
I updated the label to |
sounds good, thank you! |
The issue seems to be gone in 2.5-RC |
Below issue is coming on reconciliation of odh-model-controller.
Currently this error is not visible in logs because error object is not send back. We capture the error and then just ignore it. In below line we are capturing
err
but never return it to calling function.https://github.com/opendatahub-io/odh-model-controller/blob/main/controllers/inferenceservice_controller.go#L99
The text was updated successfully, but these errors were encountered: