-
Notifications
You must be signed in to change notification settings - Fork 61
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
odh-model-controller failed to support old scheme of inferenceservice #64
Labels
kind/bug
Something isn't working
Comments
should be resolved by #100 but needs to be checked/tested. |
@vaibhavjainwiz could you confirm that the #100 is fixing also this? |
Validated, it is working with the new and old isvc: Tested with:
apiVersion: serving.kserve.io/v1beta1
kind: InferenceService
metadata:
annotations:
serving.knative.openshift.io/enablePassthrough: "true"
sidecar.istio.io/inject: "true"
sidecar.istio.io/rewriteAppHTTPProbers: "true"
generation: 1
name: sklearn-iris-v2-rest
namespace: issue-mm-100
spec:
predictor:
model:
modelFormat:
name: sklearn
name: ""
resources: {}
runtime: kserve-mlserver
storageUri: gs://seldon-models/sklearn/mms/lr_model Old: apiVersion: "serving.kserve.io/v1beta1"
kind: "InferenceService"
metadata:
annotations:
serving.knative.openshift.io/enablePassthrough: "true"
sidecar.istio.io/inject: "true"
sidecar.istio.io/rewriteAppHTTPProbers: "true"
name: "sklearn-iris-old"
spec:
predictor:
sklearn:
runtime: kserve-mlserver
storageUri: "gs://kfserving-examples/models/sklearn/1.0/model" both as worked as expected. Closing this issue. |
github-project-automation
bot
moved this from To-do/Groomed
to Done
in ODH Model Serving Planning
Jan 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
New scheme:
Old scheme:
current implementation occurs this error
The text was updated successfully, but these errors were encountered: