-
Notifications
You must be signed in to change notification settings - Fork 60
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
[RHOAIENG-12726] - odh-model-controller crashes with empty isvc.model field #264
[RHOAIENG-12726] - odh-model-controller crashes with empty isvc.model field #264
Conversation
… field chore: fix nil pointer if the custom isvc does not have the model field. Signed-off-by: Spolti <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: spolti, terrytangyuan, VedantMahabaleshwarkar The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
… field (opendatahub-io#264) chore: fix nil pointer if the custom isvc does not have the model field. Signed-off-by: Spolti <[email protected]>
* chore: ensure functions use inherited context (#251) Signed-off-by: Luca Burgazzoli <[email protected]> * Removed and replaced the IstioControlPlaneName and IstioNamespace constants to instead be fetched by env vars. (#254) Signed-off-by: mholder6 <[email protected]> * runtimes: remove distributed executor backend option from vllm (#257) it's the default Signed-off-by: Daniele Trifirò <[email protected]> * [RHOAIENG-9746] - Missing log entry in StorageConfig controller of odh-model-controller (#263) Signed-off-by: Spolti <[email protected]> * [RHOAIENG-12726] - odh-model-controller crashes with empty isvc.model field (#264) chore: fix nil pointer if the custom isvc does not have the model field. Signed-off-by: Spolti <[email protected]> --------- Signed-off-by: Luca Burgazzoli <[email protected]> Signed-off-by: mholder6 <[email protected]> Signed-off-by: Daniele Trifirò <[email protected]> Signed-off-by: Spolti <[email protected]> Co-authored-by: Luca Burgazzoli <[email protected]> Co-authored-by: Mariah Holder <[email protected]> Co-authored-by: Daniele <[email protected]> Co-authored-by: Filippe Spolti <[email protected]>
chore: fix nil pointer if the custom isvc does not have the model field.
Description
How Has This Been Tested?
Merge criteria: