-
Notifications
You must be signed in to change notification settings - Fork 878
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
Kserve documents and Tests - issue# 2311 #2355
Conversation
@kimwnasptd Can you help run the CI test? |
174333f
to
e6c8829
Compare
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Are you sure that you are not mixing up cluster-local-gateway with knative-local-gateway? I think cluster-local-gateway should stay. |
@juliusvonkohout |
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for working on this! I know this is still in draft, but did a quick review in case it helps!
Most likely a separate PR? Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
5bdd8b2
to
ed8a095
Compare
@andyi2it it looks like the test is failing with a timeout connection
I think the issue is with how it the test code gets the Service IP and tries to hit that directly. I have a hunch we'll need to make some proxying here to reach the ISVC. Will try to take a look and run it locally as well |
@andyi2it indeed, after running this locally fails as well. Looks like the code tries to use the Cluster IP of the Since we'd like to have the updated KServe to cut the RC, could you:
This is to unblock the KF 1.7 RC and continue with a smaller scoped PR just for the test |
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
@kimwnasptd |
Everything worked as expected, amazing work @andyi2it! /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: andyi2it, kimwnasptd The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Add README.md Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Add UPGRADE.md, makefile Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Add support for upgrading models web app, add tests and update docs Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Improve ci/cd workflow test Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * fix makefile, readme, and upgrade.md Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Add notes to readme Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Update leader election name to have kserve reference * Remove cluster local gateway Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Update manifests to kserve 0.10 Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Add istio cluster-local-gateway and remove knative gateway Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Try fixing issue with knative installation Most likely a separate PR? Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Update docs * Add port forwarding Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> * Changed models web app name in conditional wait Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com> --------- Signed-off-by: Andrews Arokiam <andrews.arokiam@ideas2it.com>
Which issue is resolved by this Pull Request:
Resolves #2311 for kserve
Description of your changes:
Checklist:
Make sure you have installed kustomize == 3.2.1
make generate-changed-only
make test