forked from kserve/kserve
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
kind/bugSomething isn't workingSomething isn't working
Description
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
}
]
}
}
}
}

Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working
Type
Projects
Status
New/Backlog