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

Inference graph fails to work on ODH deployed on IBM Cloud OpenShift cluster #145

Open
eyalcha opened this issue Dec 11, 2023 · 0 comments
Labels
kind/bug Something isn't working

Comments

@eyalcha
Copy link

eyalcha commented Dec 11, 2023

Inference graph doesn't returns a response when sending inference request. Same configuration works on K8S cluster. Issue seems to be related to Istio.

{
    "apiVersion": "serving.kserve.io/v1alpha1",
    "kind": "InferenceGraph",
    "metadata": {
        "name": "demo1",
        "labels": {
            "component": "splitter"
        },
        "annotations": {
            "sidecar.istio.io/inject": "true",
            "sidecar.istio.io/rewriteAppHTTPProbers": "true",
            "serving.knative.openshift.io/enablePassthrough": "true"
        }
    },
    "spec": {
        "nodes": {
            "root": {
                "routerType": "Splitter",
                "steps": [
                    {
                        "serviceName": "m252a1840",
                        "weight": 100
                    }
                ]
            }
        }
    }
}
image
@eyalcha eyalcha added the kind/bug Something isn't working label Dec 11, 2023
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

1 participant