-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Merging the first draft of the Kserve template #11576
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Helber Belmiro <helber.belmiro@gmail.com>
Hi @mholder6. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
e71727d
to
8845341
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
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.
This should ideally replace the existing https://github.com/kubeflow/pipelines/tree/master/components/kserve
cc @hbelmiro to provide some guidance here
/hold |
|
||
4. Deploy the compiled pipeline (`pipeline.yaml`) in the Red Hat OpenShift AI console | ||
5. Run the pipeline in the Red Hat OpenShift AI console | ||
6. When the pipeline completes you should be able to see the `example-precictor` pod and the `InferenceService` |
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.
"predictor"
Description of your changes:
This PR introduces a Kubeflow Pipelines (KFP) template for deploying a model to KServe on OpenShift AI. The template automates the model deployment process by leveraging OpenShift AI’s Data Science Pipelines, ensuring seamless integration with KServe, Authorino, OpenShift Service Mesh, and OpenShift Serverless.
Key Features:
How to Use: