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

Swagger UI Not Found Error #2926

Open
7 tasks done
muratyarali opened this issue Nov 27, 2024 · 0 comments
Open
7 tasks done

Swagger UI Not Found Error #2926

muratyarali opened this issue Nov 27, 2024 · 0 comments

Comments

@muratyarali
Copy link

muratyarali commented Nov 27, 2024

Validation Checklist

  • Is this a Kubeflow issue?
  • Are you posting in the right repository ?
  • Did you follow the Kubeflow installation guideline ?
  • Is the issue report properly structured and detailed with version numbers?
  • Is this for Kubeflow development ?
  • Would you like to work on this issue?
  • You can join the CNCF Slack and access our meetings at the Kubeflow Community website. Our channel on the CNCF Slack is here #kubeflow-platform.

Version

master

Describe your issue

Hi Guys.

I need your help about an issue. I think I need to explain the problem in detail for you to understand.

But i can not. I am always getting "{"detail":"Not Found"}" Error. I want to ask you that Can firewall block it?

What did you expect to happen:
I want to see Swagger UI page on my browser

What's the InferenceService yaml:

apiVersion: "serving.kserve.io/v1beta1"
kind: "InferenceService"
metadata:
  name: "sklearn-iris"
  namespace: kubeflow-user-example-com
spec:
  predictor:
    model:
      args: ["--enable_docs_url=True"]     # This line allow to reach Swagget-UI
      modelFormat:
        name: sklearn
      storageUri: "gs://kfserving-examples/models/sklearn/1.0/model"

Steps to reproduce the issue

You can follow the documentation mentioned above

Put here any screenshots or videos (optional)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant