Skip to content
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

[Bug]: inconsistency between the URL provided for external and internal model serving. #76

Open
erwangranger opened this issue Jul 18, 2023 · 1 comment
Labels
kind/bug Something isn't working

Comments

@erwangranger
Copy link

ODH Component

Model Serving

Current Behavior

If my model is served externally, via a route, the URL provided for it is:

https://something.apps.cluster.code.p1.openshiftapps.com/v2/models/fraud-model/infer

If I turn off the external route, the new URL (rest) is given to me as :

http://modelmesh-serving.myproject:8008

Expected Behavior

I would expect the internal URL to end in the same way the external one does:

http://modelmesh-serving.myproject:8008/v2/models/fraud-model/infer

Steps To Reproduce

No response

Workaround (if any)

No response

What browsers are you seeing the problem on? (If applicable)

No response

Open Data Hub Version

RHODS 1.28.1

Anything else

I recently was testing with a curl command, and just swapped the Internal URL instead of the external one, and it did not work until I manually added /v2/models/fraud-model/infer to the end of the internal URL.

@erwangranger erwangranger added the kind/bug Something isn't working label Jul 18, 2023
@andrewballantyne
Copy link
Member

@Jooho This one is yours, UI shouldn't manually add this routing information to the internal routes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
Status: New/Backlog
Development

No branches or pull requests

2 participants