Add VirtualService conflict troubleshooting for KServe path-based Routing#3247
Conversation
…ed routing Signed-off-by: madmecodes <ayushguptadev1@gmail.com>
| @@ -2,4 +2,18 @@ | |||
|
|
|||
| For KServe installation and usage, see the [GitHub Actions tests](.github/workflows/kserve_test.yaml) which demonstrate working configurations. | |||
There was a problem hiding this comment.
Can you list all the tests and explain what they are for? I mean we have already a tests for kserve path based access.
There was a problem hiding this comment.
or better jus tmerge
kserve_jwt_authentication_test.yaml
kserve_secure_test.yaml
kserve_test.yaml
Into a single file.
There was a problem hiding this comment.
You have to find out which ordering makes sense.
|
Please also merge Into a single file. |
Signed-off-by: madmecodes <ayushguptadev1@gmail.com>
|
/retest |
1 similar comment
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juliusvonkohout The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Hi @juliusvonkohout and @madmecodes, I just saw this. Thanks a lot for covering it! We noticed now that this workaround will lead to problems with cert-manager and the created |
|
Just out of curiosity, were you able to reproduce it ? I was trying to get it fixed upstream at Istio, but seems like they were not able to reproduce. |
Quick update, another workaround is to use a Kyverno policy to override the |
Hello, please raise a PR to fix or extend the documentation then. |
|
Hi @juliusvonkohout, I created #3263 to follow up. Will open the MR soon |
✏️ Summary of Changes
Documents the Istio VirtualService conflict issue that occurs when deploying KServe with path-based routing alongside KubeFlow. Adds troubleshooting guidance to resolve 404 errors caused by conflicts between KubeFlow's wildcard VirtualServices and KServe's specific-host VirtualServices. References upstream Istio issue istio/istio#57404 and provides Gateway configuration workaround.
📦 Dependencies
none
🐛 Related Issues
none
✅ Contributor Checklist