-
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
Enable gRPC inferencing by exposing route #57
Comments
PR for creation of grpc passthrough route: https://github.com/opendatahub-io/odh-model-controller/pull/35/files |
We are currently blocked on this issue. I have followed all the instructions shown in [1] and [2]. While grpcurl works and inferences as expected, one of the two Cluster details: Custom ConfigMap:
Secret
error keeps repeating. The second
Deployment yaml:
|
Opened the issue in upstream kserve/modelmesh as well: While waiting for response from upstream, my next steps are:
|
We would like to enable gRPC inferencing in modelmesh-serving by exposing a route.
Relevant docs:
[1] Exposing route: https://github.com/kserve/modelmesh-serving/tree/main/docs/configuration#exposing-an-external-endpoint-using-an-openshift-route
[2] Self-signed TLS: https://github.com/kserve/modelmesh-serving/blob/main/docs/configuration/tls.md#generating-tls-certificates-for-devtest-using-openssl
Route created is passthrough. Re-encrypt could be an option too but I haven't been successful in getting the grpcurl tests successful with it yet.
The text was updated successfully, but these errors were encountered: