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

Add KServe support #105

Merged
merged 7 commits into from
Sep 28, 2023

Conversation

ruivieira
Copy link
Member

This PR adds support to KServe inference services (IS) by setting a TrustyAI service as an InferenceLogger for KServe IS.
If IS is part of a ModelMesh deployment, the behaviour is the same as previously.

KServe and ModelMesh IS are differentiated by checking the IS's serving.kserve.io/deploymentMode: ModelMesh annotation.

Other changes

  • Dependencies updated to better align with the ODH operator
  • Updated KServe API from v1alpha1 to v1beta1

- Update dependencies
- Extract function to generate service URL
- Remove annotations
@ruivieira ruivieira added the kind/enhancement New feature or request label Sep 25, 2023
@ruivieira ruivieira requested review from danielezonca and a team September 25, 2023 08:40
@ruivieira ruivieira self-assigned this Sep 25, 2023
@ruivieira ruivieira requested review from tteofili and RobGeada and removed request for a team September 25, 2023 08:40
@ruivieira
Copy link
Member Author

/retest

config/rbac/role.yaml Outdated Show resolved Hide resolved
@openshift-ci
Copy link

openshift-ci bot commented Sep 26, 2023

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: danielezonca

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@RobGeada
Copy link
Contributor

/test trustyai-service-operator-e2e

@openshift-ci openshift-ci bot removed the lgtm label Sep 26, 2023
@openshift-ci
Copy link

openshift-ci bot commented Sep 26, 2023

New changes are detected. LGTM label has been removed.

@ruivieira
Copy link
Member Author

/retest

@ruivieira
Copy link
Member Author

/retest

@ruivieira ruivieira merged commit 1f2af9c into trustyai-explainability:main Sep 28, 2023
2 checks passed
@ruivieira ruivieira deleted the issue-104-kserve branch September 28, 2023 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request ok-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configure KServe inference services to use TrustyAI as an inference logger
3 participants